Update 03_assignment.zig

Looks like one of the example lines was missing.
This commit is contained in:
tim bangma 2021-02-12 23:41:33 -05:00 committed by GitHub
parent 8133b22be1
commit df72409849
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,9 @@
// Example: foo can hold 8 bits (0 to 255)
// bar can hold 16 bits (0 to 65,535)
//
// const foo: u8 = 20;
// var bar: u16 = 2000;
//
// You can do just about any combination of these that you can think of:
//
// u32 can hold 0 to 4,294,967,295