shithub: mc

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