spooky/examples/modules/math.spooky

4 lines
50 B
Plaintext

fn add(a: int, b: int) -> int {
return a + b;
}