shithub: mc

ref: 9cf66b53a22258baae61a97a9f9b06afd72999cb
dir: /test/hello/hello.myr/

View raw version
use "sys.use"

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