~starkingdoms/starkingdoms

ref: b3905a2319f3c384b06eb9a621812543223faa6c starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
b3905a23 — core netcode: remove aeronet 9 days ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}