shithub: mc

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