~starkingdoms/starkingdoms

ref: a6342c7d29ba5e79a479036ae036fc89c787e939 starkingdoms/crates/kabel/tmp.kab -rw-r--r-- 84 bytes
a6342c7dghostly_zsh fix: planets rely purely on springs now, so it should be possible to push them around now 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;