shithub: mc

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