~starkingdoms/starkingdoms

ref: 1dcc384ecf53243d5a803ac448958b6cc237272e starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
1dcc384e — core feat: ci/cd 25 days ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}