shithub: mc

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