summaryrefslogtreecommitdiff
path: root/sample.c
blob: c73ab02c4812673d3f48050aa4371ba31bb1b897 (plain)
1
2
3
int add(int a,int b){
    return a+b;
}