~starkingdoms/starkingdoms

ref: 15ab2b2b82b7ed38334ad257d087535f221f8cf0 starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
15ab2b2b — core chore(fmt): format 5 months ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}