shithub: mc

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