From a48a269a51fab8489a3cf6661cad9f2ffcda724d Mon Sep 17 00:00:00 2001 From: Harish Kumar Date: Wed, 23 Oct 2019 21:28:41 +0530 Subject: [PATCH 1/2] added to hello.cpp --- hello.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 hello.cpp diff --git a/hello.cpp b/hello.cpp new file mode 100644 index 0000000..59d9a8c --- /dev/null +++ b/hello.cpp @@ -0,0 +1,8 @@ +#include + +using namespace std; + +int main() { +cout << "Hello world" << endl; +return 0; +} From 1d71fc9f89f489cc7787e5953de3e6ab7721f3bf Mon Sep 17 00:00:00 2001 From: Harish Kumar Date: Wed, 23 Oct 2019 21:47:19 +0530 Subject: [PATCH 2/2] This is the new branch file --- 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