~starkingdoms/starkingdoms

ref: 602773f491e862cd148636ce340fb1c34e059388 starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
602773f4 — core feat: more predictable thrust solver behavior 20 days ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}