~starkingdoms/starkingdoms

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