q/examples/hello/hello.q

5 lines
40 B
Plaintext

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