~starkingdoms/starkingdoms

ref: ef9617d9f635854f76118d1596af43c086ad1cbe starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
ef9617d9 — core Revert "netcode: fix up PlanetDto and try to figure out flickering" 9 days ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}