~starkingdoms/starkingdoms

ref: 6c1144c90bfffed676ce395061837d61a42245f4 starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
6c1144c9 — core chore(netcode-rewrite): general codebase refactor 29 days ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}