From 0215262ada10ee0501869c07266ce173e808d189 Mon Sep 17 00:00:00 2001 From: nkumarch Date: Sun, 10 Dec 2017 09:26:52 +0530 Subject: [PATCH 1/2] Added a hello world message --- hello.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hello.cpp b/hello.cpp index 0355423..e620161 100644 --- a/hello.cpp +++ b/hello.cpp @@ -2,6 +2,8 @@ using namespace std; +//Added a hello world comment + int main() { cout << "Hello"; From c56bbfc3d587652b71f4a2cf7e6aa7267832365a Mon Sep 17 00:00:00 2001 From: rugnathr Date: Fri, 9 Mar 2018 16:59:16 +0530 Subject: [PATCH 2/2] Adding test file --- test.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 test.txt diff --git a/test.txt b/test.txt new file mode 100644 index 0000000..2ba98fd --- /dev/null +++ b/test.txt @@ -0,0 +1 @@ +hi naveen