Files
hello-world/z/zimbu.zu

5 lines
57 B
Plaintext

FUNC Main() int
IO.write("Hello World\n")
RETURN 0
}