shithub: mc

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