q/examples/hello/hello.q

5 lines
No EOL
42 B
Text

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