~starkingdoms/starkingdoms

ref: 25081899ccbdbe6016cd9858e43101170b4f2a91 starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
25081899 — core feat: ci/cd2 24 days ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}