q/examples/hello/hello.q
Eduard Urbach bd74b95155
All checks were successful
/ test (push) Successful in 13s
Added hello example
2025-06-18 23:05:20 +02:00

5 lines
No EOL
42 B
Text

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