Echo Writes Code

hello.orchid

1
2
3
4
5
import! orchid.console;

main! {
  call! console.write_line "Hello, Orchid!";
}