Files
orchid/examples/hello-world/main.orc
Lawrence Bethlenfalvy aebbf51228 STL rework
- fixed lots of bugs
- overlay libraries work correctly and reliably
- the STL is an overlay library
- examples updated
2023-06-17 21:12:29 +01:00

3 lines
64 B
Plaintext

import std::io::print
main := print "Hello, world!\n" "goodbye"