shithub: mc

ref: 312487e2353023d01ce346b8812373223aba5f29
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")
}