shithub: mc

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