shithub: mc

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