shithub: mc

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