Back

Initial Commit

Initial commit...


import "core:fmt"

for i := 0; i < 10; i += 1 {
    fmt.printfln("Hello, world!")
}