Echo Writes Code

hello.orchid

1
2
3
4
5
import! orchid::console;

main! {
	do! console::write_line "Hello, Orchid!";
}