mirror of
https://github.com/Light-City/CPlusPlusThings.git
synced 2026-02-03 02:24:11 +08:00
6 lines
59 B
C
6 lines
59 B
C
#include "add.h"
|
|
|
|
int add(int x,int y) {
|
|
return x+y;
|
|
}
|