shithub: mc

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