C-testing-grounds/libadd/add.c
2024-04-10 10:39:10 +02:00

1 line
40 B
C

int add(int a, int b) { return a + b; }