shithub: mc

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