shithub: mc

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