Dave Gauer 4 лет назад
Родитель
Сommit
594a5c0f47
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      exercises/46_optionals2.zig

+ 1 - 1
exercises/46_optionals2.zig

@@ -5,7 +5,7 @@
 // linked to the first elephant. This is because we had NO CONCEPT
 // of a tail that didn't point to another elephant!
 //
-const std = @import("std"); // single quotes
+const std = @import("std");
 
 const Elephant = struct {
     letter: u8,