~starkingdoms/starkingdoms

ref: 3e58f95adc3e9659dd60b755d9fbfecdecc69efd starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
3e58f95aghostly_zsh merge stuff 16 hours ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}