Files
2025-07-28 09:16:46 +08:00

3 lines
55 B
C

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