shithub: mc

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