Upload current progress
This commit is contained in:
9
Programming/Zig/Zig basic types.md
Normal file
9
Programming/Zig/Zig basic types.md
Normal file
@@ -0,0 +1,9 @@
|
||||
Numbers:
|
||||
```
|
||||
i16, u16, i32, u32, i64, u64
|
||||
```
|
||||
|
||||
Boolean is declared with bool
|
||||
|
||||
|
||||
#rewrite The note is extremely sparse and lacks context. It lists primitive number types and the boolean type but does not specify the programming language (likely Rust) or provide any explanation or usage examples.
|
||||
Reference in New Issue
Block a user