shithub: mc

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