shithub: mc

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