~starkingdoms/starkingdoms

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