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".
}