From 3ba15088242aad82c0087adeabfa5e12c3088219 Mon Sep 17 00:00:00 2001 From: Parth Mall Date: Sun, 31 Mar 2019 18:50:43 +0530 Subject: [PATCH 1/2] Added hello.cpp --- hello.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 hello.cpp diff --git a/hello.cpp b/hello.cpp new file mode 100644 index 0000000..f43d93e --- /dev/null +++ b/hello.cpp @@ -0,0 +1,6 @@ +#include + +int main(){ + std::cout<<"HeLlO"; + return 0; +} \ No newline at end of file From c2223e77a9237309744b0b8b3164a6475dc486b0 Mon Sep 17 00:00:00 2001 From: Parth Mall Date: Sun, 31 Mar 2019 19:18:11 +0530 Subject: [PATCH 2/2] Revert "Added hello.cpp" This reverts commit 3ba15088242aad82c0087adeabfa5e12c3088219. Nullified the effects of the previous commit which had some error --- hello.cpp | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 hello.cpp diff --git a/hello.cpp b/hello.cpp deleted file mode 100644 index f43d93e..0000000 --- a/hello.cpp +++ /dev/null @@ -1,6 +0,0 @@ -#include - -int main(){ - std::cout<<"HeLlO"; - return 0; -} \ No newline at end of file