shithub: mc

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