shithub: mc

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