Files
orchid/examples/hello-world/main.orc
Lawrence Bethlenfalvy ce08021e79 exec working up to halt
clean shutdown doesn't for some reason
2025-09-09 16:30:49 +02:00

3 lines
73 B
Plaintext

let user = "dave"
let main = println "Hello $user!" exit_status::success