shithub: mc

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