shithub: mc

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