shithub: mc

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