~starkingdoms/starkingdoms

ref: 0144592cf399bd54f345f40aa9eeb1b47bbf8ebc starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
0144592ccore xtask serve 11 months ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}