shithub: mc

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