shithub: mc

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