~starkingdoms/starkingdoms

ref: 31f2192cdfc68aec611bc6e53f508abf4bb69897 starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
31f2192c — core please lord clippy 8 months ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}