~starkingdoms/starkingdoms

ref: b6949834d53aadf53fa99b5f914a3dac09702395 starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
b6949834 — core replication experiment 5 months ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}