shithub: mc

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