Files
aoc-jai-2025/scratch.jai
2026-06-21 20:10:15 -04:00

8 lines
81 B
Plaintext

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