shithub: mc

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