shithub: mc

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