shithub: mc

ref: 7f63840cfaa3640e76d6ac0688a19ba52a68764a
dir: /test/hello/hello.myr/

View raw version
use "sys.use"

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