shithub: mc

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