~starkingdoms/starkingdoms

ref: 25992c7667d87eb71655c121f52287dce434d955 starkingdoms/crates/kabel/tmp.kab -rw-r--r-- 84 bytes
25992c76 — ghostly_zsh changed file structure a bit 5 months ago
                                                                                
1
2
3
4
5
6
7
8
function addOne(n) {
    n += 1;
}

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