Browse Source

oops, left in old note pt. 2

Dave Gauer 4 years ago
parent
commit
11ec69b92c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      exercises/44_quiz5.zig

+ 1 - 1
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,