ref: 90ed95ded198b9c57dfb6bf172cfd975da73e66f dir: /test/helloworld.myr/
use std const main = {args : byte[:][:] std.write(1, "Hello-世界\n") -> 0 }