diff options
Diffstat (limited to 'testapp/c_cpp_files/add.cpp')
-rw-r--r-- | testapp/c_cpp_files/add.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/testapp/c_cpp_files/add.cpp b/testapp/c_cpp_files/add.cpp deleted file mode 100644 index d3b7897..0000000 --- a/testapp/c_cpp_files/add.cpp +++ /dev/null @@ -1,6 +0,0 @@ -#include<stdio.h> -int add(int a,int b) -{ - printf("All Correct"); - return a; -} |