test.c 62 Bytes
Newer Older
Fang Yuedong's avatar
Fang Yuedong committed
1
2
3
4
5
#include <stdio.h>

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