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.cpp | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 testapp/docs/add.cpp (limited to 'testapp/docs/add.cpp') diff --git a/testapp/docs/add.cpp b/testapp/docs/add.cpp deleted file mode 100644 index d3b7897..0000000 --- a/testapp/docs/add.cpp +++ /dev/null @@ -1,6 +0,0 @@ -#include -int add(int a,int b) -{ - printf("All Correct"); - return a; -} -- cgit