~starkingdoms/starkingdoms

ref: c286244e20a5c15a2e001b481016d1cb51c87d4a starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
c286244eghostly_zsh more insanity 5 months ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}