From fa0abdc79f75e8ac5e98b8cab0605a998655f6e6 Mon Sep 17 00:00:00 2001 From: tim bangma Date: Sat, 13 Feb 2021 23:06:48 -0500 Subject: [PATCH] Update 03_assignment.zig --- exercises/03_assignment.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/03_assignment.zig b/exercises/03_assignment.zig index 1a27d39..662fd18 100644 --- a/exercises/03_assignment.zig +++ b/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: //