shithub: mc

ref: 9954ed6a35cded05c786bc7319a79e20719ea74a
dir: /test/hello/hello.myr/

View raw version
use "sys.use"

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