From 8684b2536c2cb9364e779740948a788deaff57ec Mon Sep 17 00:00:00 2001 From: hirenchalodiya1 Date: Wed, 23 Oct 2019 21:26:43 +0530 Subject: [PATCH 1/3] Added hello.cpp --- hello.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 hello.cpp diff --git a/hello.cpp b/hello.cpp new file mode 100644 index 0000000..287bc63 --- /dev/null +++ b/hello.cpp @@ -0,0 +1,7 @@ +#include +using namespace std; + +int main(){ +cout<<"hellow world"; +return 0; +} From b10435811cd7aba0fad1e7f953e2ce32b9f4cd7d Mon Sep 17 00:00:00 2001 From: hirenchalodiya1 Date: Wed, 23 Oct 2019 21:36:42 +0530 Subject: [PATCH 2/3] Fix typo --- hello.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.cpp b/hello.cpp index 287bc63..dac86a9 100644 --- a/hello.cpp +++ b/hello.cpp @@ -2,6 +2,6 @@ using namespace std; int main(){ -cout<<"hellow world"; +cout<<"hello world"; return 0; } From 963766664e8fc38f8746ca30b32535a787d2524f Mon Sep 17 00:00:00 2001 From: hirenchalodiya1 Date: Wed, 23 Oct 2019 21:47:16 +0530 Subject: [PATCH 3/3] create o.cpp --- o.cpp | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 o.cpp diff --git a/o.cpp b/o.cpp new file mode 100644 index 0000000..e69de29