shithub: mc

ref: fb736dc5368eaa1b06d7e3c1d033deb1ba755fbb
dir: /test/helloworld.myr/

View raw version
/* checks that this program prints Hello-世界\n */
use std

const main = {args : byte[:][:]
	std.write(1, "Hello-世界\n")
}