Upload current progress

This commit is contained in:
2026-01-03 10:23:05 -06:00
commit ec57d94cc0
66 changed files with 4031 additions and 0 deletions

View 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.