shithub: mc

ref: 584573b4e02d292655dd7e65095a76715e0b64dd
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")
}