diff options
author | tim bangma <git.bangma@pm.me> | 2021-02-13 23:06:48 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-13 23:06:48 -0500 |
commit | fa0abdc79f75e8ac5e98b8cab0605a998655f6e6 (patch) | |
tree | 66b9d9b6c3796c12a477490ad927682c3b71b099 | |
parent | df724098498118886b7a483aa41ee6ccf41ab489 (diff) | |
download | ziglings-fa0abdc79f75e8ac5e98b8cab0605a998655f6e6.tar.gz ziglings-fa0abdc79f75e8ac5e98b8cab0605a998655f6e6.tar.bz2 ziglings-fa0abdc79f75e8ac5e98b8cab0605a998655f6e6.tar.xz ziglings-fa0abdc79f75e8ac5e98b8cab0605a998655f6e6.zip |
Update 03_assignment.zig
-rw-r--r-- | exercises/03_assignment.zig | 2 |
1 files changed, 1 insertions, 1 deletions
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: // |