shithub: mc

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