shithub: mc

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