shithub: mc

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