shithub: mc

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