~starkingdoms/starkingdoms

ref: ac4be9832c7cc1a735c4a593f3e9a4c4fb952deb starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
ac4be983 — core chore(lint): pass clippy 5 months ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}