shithub: mc

ref: 735a7d2932d70b5bf232e2d021e6c0c61e03f61a
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")
}