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