shithub: mc

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