io ::= pkg "std/io"; main ::= fn() { io.puts("Hello, world!"); };