shithub: mc

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