~starkingdoms/starkingdoms

ref: 18d91b33562bafd29c848910859ce14180512337 starkingdoms/crates/kabel/tmp.kab -rw-r--r-- 84 bytes
18d91b33ghostly_zsh fix: orbit prediction actually follows hill spheres 18 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;