~starkingdoms/starkingdoms

ref: 785a5a087f78903b09c8e0cbcf1454bbe44c114f starkingdoms/crates/kabel/tmp.kab -rw-r--r-- 84 bytes
785a5a08ghostly_zsh ship editor feat: shift clicking and regular clicking work how they probably should 6 hours ago
                                                                                
1
2
3
4
5
6
7
8
function addOne(n) {
    n += 1;
}

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