~starkingdoms/starkingdoms

ref: 8dd4feacce16cf2b1636d2381c2640f612752d9f starkingdoms/crates/kabel/tmp.kab -rw-r--r-- 84 bytes
8dd4feac — core fix: actually install the cli 16 days ago
                                                                                
1
2
3
4
5
6
7
8
function addOne(n) {
    n += 1;
}

//var i = 0;
//var j = 0;
addOne(0);
//print i;