~starkingdoms/starkingdoms

ref: 7f8769e02caa541c5e648b29b58ad72199d83142 starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
7f8769e0 — core feat: switch solver 20 days ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}