shithub: mc

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