shithub: mc

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