shithub: mc

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