diff options
| author | Dave Gauer <[email protected]> | 2021-02-28 11:58:22 -0500 |
|---|---|---|
| committer | Dave Gauer <[email protected]> | 2021-02-28 11:58:22 -0500 |
| commit | 11ec69b92cccf542c6a632eddb4249102a82beab (patch) | |
| tree | c5ce9ad434eb2e4be7f510e486d8da294e94e8de | |
| parent | 594a5c0f473e72bff7380991e103373cb2dc489d (diff) | |
| download | ziglings-11ec69b92cccf542c6a632eddb4249102a82beab.tar.xz ziglings-11ec69b92cccf542c6a632eddb4249102a82beab.zip | |
oops, left in old note pt. 2
| -rw-r--r-- | exercises/44_quiz5.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/44_quiz5.zig b/exercises/44_quiz5.zig index a3289e9..8a0d88c 100644 --- a/exercises/44_quiz5.zig +++ b/exercises/44_quiz5.zig @@ -8,7 +8,7 @@ // from Holding Hands // by Lenore M. Link // -const std = @import("std"); // single quotes +const std = @import("std"); const Elephant = struct { letter: u8, |
