shithub: mc

ref: 273d2b3897a25a3e455f8fce38c604be060fc502
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")
}