From 9761676c6e500a7ebfbc1dbf2eda78fd4b2cde4f Mon Sep 17 00:00:00 2001 From: Saurav Pandey Date: Mon, 1 Apr 2019 04:27:18 +0530 Subject: [PATCH 1/2] dummy code added! --- dummy_code.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 dummy_code.cpp diff --git a/dummy_code.cpp b/dummy_code.cpp new file mode 100644 index 0000000..e19ad6f --- /dev/null +++ b/dummy_code.cpp @@ -0,0 +1,7 @@ +#include + +int main() +{ + std::cout<<"DUMMY CODE"; + return 0; +} \ No newline at end of file From a72c04a295348d82f7f1c80580cb735cd7462148 Mon Sep 17 00:00:00 2001 From: Saurav Pandey Date: Mon, 1 Apr 2019 04:30:50 +0530 Subject: [PATCH 2/2] dummy code removed! --- dummy_code.cpp | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 dummy_code.cpp diff --git a/dummy_code.cpp b/dummy_code.cpp deleted file mode 100644 index e19ad6f..0000000 --- a/dummy_code.cpp +++ /dev/null @@ -1,7 +0,0 @@ -#include - -int main() -{ - std::cout<<"DUMMY CODE"; - return 0; -} \ No newline at end of file