~starkingdoms/starkingdoms

ref: 1991fb85e494fb35c0c5c9b6838f9e87c31b8908 starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
1991fb85 — core mystery work? a month ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}