jorts/examples/hello.jt

7 lines
63 B
Plaintext

import io
fn main () -> int {
io.puts("pant")
ret 0
}