q/examples/hello/hello.q

5 lines
No EOL
40 B
Text

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