Update 03_assignment.zig

This commit is contained in:
tim bangma 2021-02-13 23:06:48 -05:00 committed by GitHub
parent df72409849
commit fa0abdc79f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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