~starkingdoms/starkingdoms

ref: b7220be1cb42d789d750e252d109490cb5578f2f starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
b7220be1 — core Revert "netcode: planet updates" 8 days ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}