~starkingdoms/starkingdoms

ref: 8dd4feacce16cf2b1636d2381c2640f612752d9f starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
8dd4feac — core fix: actually install the cli 17 days ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}