summaryrefslogtreecommitdiff
path: root/testapp/c_cpp_files/sample.cpp
diff options
context:
space:
mode:
authorprathamesh2013-07-02 13:24:00 +0530
committerprathamesh2013-07-02 13:24:00 +0530
commit217f2c859fc0b2b4a224c009e9cd374989da050e (patch)
treed2fe8128dfb5448a00c3baffab39d50e3e231aa1 /testapp/c_cpp_files/sample.cpp
parent37625e5c91f2bf957c6739981f7698e0d880b6ed (diff)
downloadonline_test-217f2c859fc0b2b4a224c009e9cd374989da050e.tar.gz
online_test-217f2c859fc0b2b4a224c009e9cd374989da050e.tar.bz2
online_test-217f2c859fc0b2b4a224c009e9cd374989da050e.zip
clean C and Cpp
Diffstat (limited to 'testapp/c_cpp_files/sample.cpp')
-rwxr-xr-xtestapp/c_cpp_files/sample.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/testapp/c_cpp_files/sample.cpp b/testapp/c_cpp_files/sample.cpp
deleted file mode 100755
index ab77b85..0000000
--- a/testapp/c_cpp_files/sample.cpp
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <iostream>
-#include<cstdlib>
-int main(int argc, char* argv[])
-{
- std::cout << atoi(argv[1])+atoi(argv[2]) << std::endl;
- return 0;
-}