~starkingdoms/starkingdoms

ref: 1e6a61f142fe56a016a52d218b4941f375c62a52 starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
1e6a61f1 — ghostly_zsh starfield exists 8 months ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}