shithub: mc

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