shithub: mc

ref: 6e32479cf6b040766b1788d6f79db4562ca7f05e
dir: /hello.myr/

View raw version
use "sys.use"
use "alloc.use"

const main = {
	var x
	x = std.bytealloc(32)
	std.write(1, "Hello world\n")
}