~starkingdoms/starkingdoms

ref: 59f169733a76201b3dcb2e1913861478bd743fdd starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
59f16973 — core feat: add linux native build 17 days ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}