spooky/examples/modules/math.spooky

4 lines
42 B
Plaintext
Raw Normal View History

2026-04-29 16:15:08 +00:00
int add(int a, int b) {
return a + b;
}