shithub: mc

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