~starkingdoms/starkingdoms

ref: c8da57eaa77610cac446e7cb1923853d82525d95 starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
c8da57ea — core feat: snapping only to valid snaps 5 months ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}