~starkingdoms/starkingdoms

ref: 361225ca8122e4ae48938069793570552a3c8dd1 starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
361225ca — core networking refactor 8 months ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}