~starkingdoms/starkingdoms

ref: 011a026fb2c7d43d688798bdeb8ea70a6315b7b3 starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
011a026f — core netcode: rd3 7 days ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}