shithub: mc

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