Files
hello-world/z/zimbu.zu

5 lines
59 B
Plaintext

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