shithub: mc

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