shithub: mc

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