From fc40c033a083e2a4027fdbeecfb5853e6770a7c6 Mon Sep 17 00:00:00 2001 From: prathamesh Date: Wed, 5 Jun 2013 17:26:50 +0530 Subject: c and cpp files isolated --- testapp/docs/add.c | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 testapp/docs/add.c (limited to 'testapp/docs/add.c') diff --git a/testapp/docs/add.c b/testapp/docs/add.c deleted file mode 100644 index c829971..0000000 --- a/testapp/docs/add.c +++ /dev/null @@ -1,4 +0,0 @@ -int add(int a,int b) -{ - return a-b; -} -- cgit