shithub: mc

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