shithub: mc

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