shithub: mc

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