shithub: mc

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