shithub: mc

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