shithub: mc

ref: c8305ad47189ad871b765b7a548e6d7a4b4b5967
dir: /test/hello/hello.myr/

View raw version
use "sys.use"

const main = {
	sys.write(1, "Hello world\n")
}