finish day 2 part 2

This commit is contained in:
2026-06-21 20:10:15 -04:00
parent 1bd2014c32
commit e07798d418
4 changed files with 144 additions and 0 deletions

7
scratch.jai Normal file
View File

@@ -0,0 +1,7 @@
main :: () {
for 1..10 {
print("%\n", it);
}
}
#import "Basic";