shithub: mc

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