From 1ddbb7efd78304b37a36e0753103cb301d245f73 Mon Sep 17 00:00:00 2001 From: Kunal Rustagi Date: Sun, 4 Jun 2017 21:42:28 +0530 Subject: [PATCH 01/20] hello.cpp added --- 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..5fadc16 --- /dev/null +++ b/hello.cpp @@ -0,0 +1,6 @@ +#include +using namespace std; +int main(){ + cout << "Hello"; + return 0; +} \ No newline at end of file From 1ee6112c16c74df31a18b3473c6d550f07cf07df Mon Sep 17 00:00:00 2001 From: manolo Date: Sun, 4 Jun 2017 21:44:42 +0530 Subject: [PATCH 02/20] added new file --- hey.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 hey.cpp diff --git a/hey.cpp b/hey.cpp new file mode 100644 index 0000000..f013ecb --- /dev/null +++ b/hey.cpp @@ -0,0 +1,10 @@ +#include + +using namespace std; + +int main() +{ + cout<<"Hello"; + + return 0; +} From d368d7585409013ab9ca758cff0eb43668e26580 Mon Sep 17 00:00:00 2001 From: Kunal Rustagi Date: Sun, 4 Jun 2017 22:00:56 +0530 Subject: [PATCH 03/20] Name added --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 37a167c..a8d53de 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # github_example exploring git/github +Kunal Rustagi. From 03b33b6f3957b0fe60159c199428225b901579b7 Mon Sep 17 00:00:00 2001 From: ykumargupta Date: Sun, 4 Jun 2017 22:18:50 +0530 Subject: [PATCH 04/20] Rename hello.cpp to hey.cpp --- hey.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 hey.cpp diff --git a/hey.cpp b/hey.cpp new file mode 100644 index 0000000..0daaa52 --- /dev/null +++ b/hey.cpp @@ -0,0 +1,8 @@ +#include +using namespace std; + +int main() +{ + cout<<"Hello IEEE "; + return 0; +} From a10e8a173900e35e5947e8c9d96bac1dd5be996c Mon Sep 17 00:00:00 2001 From: manolo Date: Sun, 4 Jun 2017 22:23:00 +0530 Subject: [PATCH 05/20] edited README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 37a167c..dd38503 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # github_example exploring git/github + +#Have added the file hey.cpp //Manmeet-123 From 8ece2eac2a6c58b20ede4ac943a7c8a019880fc1 Mon Sep 17 00:00:00 2001 From: Umang Ahuja Date: Sun, 4 Jun 2017 22:44:57 +0530 Subject: [PATCH 06/20] 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 07/20] 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 08/20] 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 bd563a60efad1c051b27571329bf98344600a4f7 Mon Sep 17 00:00:00 2001 From: ykumargupta Date: Sun, 4 Jun 2017 23:08:29 +0530 Subject: [PATCH 09/20] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37a167c..2e20687 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # github_example -exploring git/github +exploring git/github Yash Kumar Gupta From 5e04324741ff2e4d89d00684424472f9d8635367 Mon Sep 17 00:00:00 2001 From: agranish Date: Sun, 4 Jun 2017 23:26:15 +0530 Subject: [PATCH 10/20] Add files via upload From 2f8801b8fecb7b561891d3c898e6635fd31a8621 Mon Sep 17 00:00:00 2001 From: agranish Date: Sun, 4 Jun 2017 23:33:30 +0530 Subject: [PATCH 11/20] Add files via upload --- hi.cpp | 1 + 1 file changed, 1 insertion(+) create mode 100644 hi.cpp diff --git a/hi.cpp b/hi.cpp new file mode 100644 index 0000000..edf0eff --- /dev/null +++ b/hi.cpp @@ -0,0 +1 @@ +hi From 50d7954c355e58cc6d3c010566d79c896d391e1f Mon Sep 17 00:00:00 2001 From: Arshad Ali Date: Sun, 4 Jun 2017 23:36:24 +0530 Subject: [PATCH 12/20] 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 From 0e7924ac539f9a57ad37e8f01952f5a3dabc9f19 Mon Sep 17 00:00:00 2001 From: palak987 Date: Sun, 4 Jun 2017 23:50:01 +0530 Subject: [PATCH 13/20] Create Hello.cpp --- Hello.cpp | 1 + 1 file changed, 1 insertion(+) create mode 100644 Hello.cpp diff --git a/Hello.cpp b/Hello.cpp new file mode 100644 index 0000000..1978a88 --- /dev/null +++ b/Hello.cpp @@ -0,0 +1 @@ +My name is Palak. From cb3fe4a3ee18ae063d4dbe96a831ce0a85832765 Mon Sep 17 00:00:00 2001 From: vegeta1509 Date: Mon, 5 Jun 2017 00:26:37 +0530 Subject: [PATCH 14/20] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c2582c3..a69b513 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,4 @@ exploring git/github Kunal Rustagi. +Ayush Arora From f6ece1aaecb4be953ddb9112dd18da7cea023703 Mon Sep 17 00:00:00 2001 From: Mohit Gupta Date: Mon, 5 Jun 2017 12:13:00 +0530 Subject: [PATCH 15/20] Some random changes I have included some header files. --- hey.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hey.cpp b/hey.cpp index 33d9c1e..e5ada73 100644 --- a/hey.cpp +++ b/hey.cpp @@ -1,6 +1,7 @@ #include - +#include +#include using namespace std; int main() From a331feb4e10545d5755b931845608b2b2f252074 Mon Sep 17 00:00:00 2001 From: agranish Date: Mon, 5 Jun 2017 12:40:30 +0530 Subject: [PATCH 16/20] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c2582c3..60ca119 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,4 @@ exploring git/github Kunal Rustagi. +Anish Agrawal From 59f4dc2f1bf9a2d604858c3447f68f3ffedee5a0 Mon Sep 17 00:00:00 2001 From: parinaA Date: Mon, 5 Jun 2017 12:52:43 +0530 Subject: [PATCH 17/20] I am learning github --- eample3.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 eample3.cpp diff --git a/eample3.cpp b/eample3.cpp new file mode 100644 index 0000000..b4392ec --- /dev/null +++ b/eample3.cpp @@ -0,0 +1,9 @@ +#include + +using namespace std; + +int main() +{ + cout << "Hello world!" << endl; + return 0; +} From 68d75e42dc97a2c788096a17ec4a2f3c53109fe8 Mon Sep 17 00:00:00 2001 From: Nikhil Mishra Date: Mon, 5 Jun 2017 15:52:17 +0530 Subject: [PATCH 18/20] test --- Hello.cpp | 2 ++ index.html | 1 + 2 files changed, 3 insertions(+) create mode 100644 index.html diff --git a/Hello.cpp b/Hello.cpp index 1978a88..33b8720 100644 --- a/Hello.cpp +++ b/Hello.cpp @@ -1 +1,3 @@ My name is Palak. + +ok \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..a78a38e --- /dev/null +++ b/index.html @@ -0,0 +1 @@ +hey thisis an html file. \ No newline at end of file From 6289a1553ad67f2afbe56ba1cfc66eb0f675ef70 Mon Sep 17 00:00:00 2001 From: anirudhgoyal Date: Mon, 5 Jun 2017 15:59:30 +0530 Subject: [PATCH 19/20] Add files via upload --- first_step.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 first_step.cpp diff --git a/first_step.cpp b/first_step.cpp new file mode 100644 index 0000000..64cd9b1 --- /dev/null +++ b/first_step.cpp @@ -0,0 +1,9 @@ +#include + +using namespace std; + +int main() +{ + cout << "Hello world!" << endl; + return 0; +} From e0046edee3e2fa2dce167989ab7a682a8eff448b Mon Sep 17 00:00:00 2001 From: anirudhgoyal Date: Mon, 5 Jun 2017 16:32:01 +0530 Subject: [PATCH 20/20] Add files via upload --- show.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 show.cpp diff --git a/show.cpp b/show.cpp new file mode 100644 index 0000000..64cd9b1 --- /dev/null +++ b/show.cpp @@ -0,0 +1,9 @@ +#include + +using namespace std; + +int main() +{ + cout << "Hello world!" << endl; + return 0; +}