~starkingdoms/starkingdoms

ref: eac9f535be64110c92c281b2eb829c8be8998c36 starkingdoms/crates/kabel/tmp.kab -rw-r--r-- 84 bytes
eac9f535 — core feat: add basic save file authentication infrastructure a day ago
                                                                                
1
2
3
4
5
6
7
8
function addOne(n) {
    n += 1;
}

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