6 lines
163 B
Plaintext
6 lines
163 B
Plaintext
|
import module io from standard-library.
|
||
|
|
||
|
define main as function taking args as array of character with body {
|
||
|
call io.print with contents as "Hello world".
|
||
|
}
|