diff options
| author | Will Clardy <will@quexxon.net> | 2021-02-15 16:55:44 -0500 |
|---|---|---|
| committer | Will Clardy <will@quexxon.net> | 2021-02-15 16:55:44 -0500 |
| commit | 238beb4a2d3c2eacbb21bba03dcfcf1db3ec3dcb (patch) | |
| tree | 4f88d7f715dcd0bc98d20f3b7f70d49f2bdcb408 /exercises/44_quiz5.zig | |
| parent | 97ae27435b3782ddbde69fccc5f40caee5dda2cd (diff) | |
Apply `zig fmt` to exercises
Diffstat (limited to 'exercises/44_quiz5.zig')
| -rw-r--r-- | exercises/44_quiz5.zig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/exercises/44_quiz5.zig b/exercises/44_quiz5.zig index 6ec0da9..88e0ff7 100644 --- a/exercises/44_quiz5.zig +++ b/exercises/44_quiz5.zig @@ -4,13 +4,13 @@ // // Are holding hands // By holding tails." -// +// // from Holding Hands // by Lenore M. Link -// +// const std = @import("std"); // single quotes -const Elephant = struct{ +const Elephant = struct { letter: u8, tail: *Elephant = undefined, visited: bool = false, |
