~starkingdoms/starkingdoms

ref: 25992c7667d87eb71655c121f52287dce434d955 starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
25992c76 — ghostly_zsh changed file structure a bit 5 months ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}