shithub: mc

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