q/examples/hello/hello.q

5 lines
42 B
Plaintext

import io
main() {
io.write("Hello\n")
}