shithub: mc

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