Files
Comet/test.comet

7 lines
80 B
Plaintext

func main() -> int {
for int i in 0..10 {
}
return 0
}