shithub: mc

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