shithub: mc

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