~starkingdoms/starkingdoms

ref: 6c494c3c6ee4ef0257b1d5409fd2b6c64bb86277 starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
6c494c3c — ghostly_zsh triangl, but pixelated 9 months ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}