shithub: mc

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