shithub: mc

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