shithub: mc

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