shithub: mc

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