q/examples/hello/hello.q
2025-02-09 14:14:41 +01:00

5 lines
No EOL
40 B
Text

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