shithub: mc

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