tim bangma 4 лет назад
Родитель
Сommit
cf3a7fa398
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      exercises/03_assignment.zig

+ 1 - 1
exercises/03_assignment.zig

@@ -21,7 +21,7 @@
 //          bar can hold 16 bits (0 to 65,535)
 //
 //     const foo: u8 = 20;
-//     var bar: u16 = 2000;
+//     const bar: u16 = 2000;
 //
 // You can do just about any combination of these that you can think of:
 //