~starkingdoms/starkingdoms

ref: 6ef68227aec22ed05ef344675e4e747cedc8d4ac starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
6ef68227 — core chore: please the clippy 30 days ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}