shithub: mc

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