shithub: mc

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