shithub: mc

ref: e91825e9e811a55a5d7fb72505f56cd0f32b4b4f
dir: /test/mod.myr/

View raw version
const main = {
	var a = 42
	var b = 9
	-> a % b
}