shithub: mc

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