shithub: mc

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