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/sample.cpp | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 testapp/docs/sample.cpp (limited to 'testapp/docs/sample.cpp') diff --git a/testapp/docs/sample.cpp b/testapp/docs/sample.cpp deleted file mode 100755 index ab77b85..0000000 --- a/testapp/docs/sample.cpp +++ /dev/null @@ -1,7 +0,0 @@ -#include -#include -int main(int argc, char* argv[]) -{ - std::cout << atoi(argv[1])+atoi(argv[2]) << std::endl; - return 0; -} -- cgit