From 8ece2eac2a6c58b20ede4ac943a7c8a019880fc1 Mon Sep 17 00:00:00 2001 From: Umang Ahuja Date: Sun, 4 Jun 2017 22:44:57 +0530 Subject: [PATCH 1/4] Update hello.cpp --- hello.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hello.cpp b/hello.cpp index 5fadc16..513fa3f 100644 --- a/hello.cpp +++ b/hello.cpp @@ -1,6 +1,6 @@ #include using namespace std; int main(){ - cout << "Hello"; + cout << "Hello world"; return 0; -} \ No newline at end of file +} From bbd93ccd8813b23cd4cd3ea6057128a4066c5490 Mon Sep 17 00:00:00 2001 From: luhsna Date: Sun, 4 Jun 2017 22:50:15 +0530 Subject: [PATCH 2/4] adding file --- main.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 main.cpp diff --git a/main.cpp b/main.cpp new file mode 100644 index 0000000..ce2358a --- /dev/null +++ b/main.cpp @@ -0,0 +1,9 @@ +#include + +using namespace std; + +int main() +{ + cout << "github" << endl; + return 0; +} From ec0215e73139eaf7af3141c5997b6dbe5adcd6d4 Mon Sep 17 00:00:00 2001 From: ANSH PURI Date: Sun, 4 Jun 2017 22:50:26 +0530 Subject: [PATCH 3/4] added --- yo.cpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 yo.cpp diff --git a/yo.cpp b/yo.cpp new file mode 100644 index 0000000..a06d01a --- /dev/null +++ b/yo.cpp @@ -0,0 +1,13 @@ +// +// yo.cpp +// +// +// Created by ANSH PURI on 6/4/17. +// +/ +#include +using namespace std; +int main(){ + cout << "yo"; + return 0; +} From 50d7954c355e58cc6d3c010566d79c896d391e1f Mon Sep 17 00:00:00 2001 From: Arshad Ali Date: Sun, 4 Jun 2017 23:36:24 +0530 Subject: [PATCH 4/4] added a file --- Example2.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 Example2.txt diff --git a/Example2.txt b/Example2.txt new file mode 100644 index 0000000..a094550 --- /dev/null +++ b/Example2.txt @@ -0,0 +1 @@ +hi. \ No newline at end of file