shithub: mc

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