shithub: mc

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