~starkingdoms/starkingdoms

ref: c7da20800d035a6491e612693b2039aa99988c15 starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
c7da2080 — core netcode: easing 7 days ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}