shithub: mc

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