shithub: mc

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