shithub: mc

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