shithub: mc

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