~starkingdoms/starkingdoms

ref: 8cd3d04f86d10b98bf70ca240fd96acd3f55e253 starkingdoms/crates/kabel/tmp.kab -rw-r--r-- 84 bytes
8cd3d04fghostly_zsh fix: orbit prediction follows hill spheres 17 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;