C-testing-grounds/libadd/add.c

2 lines
40 B
C
Raw Normal View History

2024-04-10 10:39:10 +02:00
int add(int a, int b) { return a + b; }