shithub: mc

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