diff options
Diffstat (limited to 'exercises/075_quiz8.zig')
-rw-r--r-- | exercises/075_quiz8.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/075_quiz8.zig b/exercises/075_quiz8.zig index ff5e569..61c8f6f 100644 --- a/exercises/075_quiz8.zig +++ b/exercises/075_quiz8.zig @@ -69,7 +69,7 @@ const f_paths = [_]Path{ makePath(&f, &d, 7) }; // // For example, we could create our own "path language" and // create Paths from that. Something like this, perhaps: -// +// // a -> (b[2]) // b -> (a[2] d[1]) // c -> (d[3] e[2]) |