Files
orchid/examples/hello-world/main.orc
Lawrence Bethlenfalvy 86e520e8b8 September-october commit
- manual parser
- stl refinements
- all language constructs are now Send
2023-10-11 18:27:50 +01:00

8 lines
123 B
Plaintext

import std::exit_status
const main := (
println "Hello, world!"
exit_status::success
)
-- main := "Hello, World!\n"