Files
orchid/examples/hello-world/main.orc
Lawrence Bethlenfalvy a8887227e5 Backup commit
My backspace key started ghosting. Nothing works atm.
2024-01-27 14:50:33 +00:00

10 lines
154 B
Plaintext

import std::exit_status
import std::conv
const main2 := (
println "Hello, world!"
exit_status::success
)
const main := conv::to_string t[1, 2, 3]