shithub: mc

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