shithub: mc

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