summaryrefslogtreecommitdiff
path: root/sample.c
diff options
context:
space:
mode:
Diffstat (limited to 'sample.c')
-rw-r--r--sample.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sample.c b/sample.c
new file mode 100644
index 0000000..c73ab02
--- /dev/null
+++ b/sample.c
@@ -0,0 +1,3 @@
+int add(int a,int b){
+ return a+b;
+} \ No newline at end of file