aboutsummaryrefslogtreecommitdiff
path: root/test.sloth
blob: 8ad175458f8018e092b0ba0248470cc43dbb4a51 (plain)
1
2
3
4
5
6
7
fn add(x, y) {
    return x + y;
}

fn subtract(x, y) {
    return x - y;
}