shithub: mc

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

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