jorts/examples/hello.jt
2019-03-08 18:30:30 -03:00

6 lines
63 B
Text

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