shithub: mc

ref: 188127af82ebd9fbd729419c525ba459d3a779f4
dir: /test/hello/hello.myr/

View raw version
use "sys.use"

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