From bad10e0d462bb01f11d7f05a4f6eb71ae26b5cc7 Mon Sep 17 00:00:00 2001 From: ayush Date: Mon, 8 Oct 2018 01:41:45 +0530 Subject: [PATCH 1/4] hello.cpp --- code/hello.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 code/hello.cpp diff --git a/code/hello.cpp b/code/hello.cpp new file mode 100644 index 0000000..5de2205 --- /dev/null +++ b/code/hello.cpp @@ -0,0 +1,9 @@ +#include + +using namespace::std; + +int main() +{ + cout << "hello world"; + return 0; +} From 287610ab66ecbfc9a83a72f47c3d0519886e3983 Mon Sep 17 00:00:00 2001 From: ayush Date: Mon, 8 Oct 2018 01:44:05 +0530 Subject: [PATCH 2/4] hello.c --- code/hello.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 code/hello.c diff --git a/code/hello.c b/code/hello.c new file mode 100644 index 0000000..dd00e08 --- /dev/null +++ b/code/hello.c @@ -0,0 +1,7 @@ +#include + +int main() +{ + printf("Hello World"); + return 0; +} From 0152185efc5f1ff0a421c043b943ff10a8932621 Mon Sep 17 00:00:00 2001 From: Luke Oliff Date: Mon, 8 Oct 2018 17:52:30 +0100 Subject: [PATCH 3/4] Rename hello.c to Ayush-Mahajan.c --- code/{hello.c => Ayush-Mahajan.c} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename code/{hello.c => Ayush-Mahajan.c} (100%) diff --git a/code/hello.c b/code/Ayush-Mahajan.c similarity index 100% rename from code/hello.c rename to code/Ayush-Mahajan.c From 8f42596a020aaf2e2d662f5faf7a044b09059c0b Mon Sep 17 00:00:00 2001 From: Luke Oliff Date: Mon, 8 Oct 2018 17:52:42 +0100 Subject: [PATCH 4/4] Rename hello.cpp to Ayush-Mahajan.cpp --- code/{hello.cpp => Ayush-Mahajan.cpp} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename code/{hello.cpp => Ayush-Mahajan.cpp} (100%) diff --git a/code/hello.cpp b/code/Ayush-Mahajan.cpp similarity index 100% rename from code/hello.cpp rename to code/Ayush-Mahajan.cpp