Files
2024-09-19 21:38:24 -04:00

8 lines
73 B
Go

package main
func main() {
for i := 0; i < 10; i++ {
println(i)
}
}