shithub: mc

ref: 2875475106b50c1b537de512ce7605169820cc53
dir: /test/mod.myr/

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