shithub: mc

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