shithub: mc

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