~starkingdoms/starkingdoms

ref: cd7dfd17389f2794c53f43e2abe6dff9e703e423 starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
cd7dfd17 — core chore: solver work 18 days ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}