From 9cdc5609440010d252f72f38b21c8050e510bf2a Mon Sep 17 00:00:00 2001 From: Paridhi Gulati Date: Sat, 13 Jun 2020 14:25:51 +0530 Subject: [PATCH 1/3] Hello World added --- code/C++/hello__world.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 code/C++/hello__world.cpp diff --git a/code/C++/hello__world.cpp b/code/C++/hello__world.cpp new file mode 100644 index 00000000..57f837b0 --- /dev/null +++ b/code/C++/hello__world.cpp @@ -0,0 +1,7 @@ +#include +using namespace std; +int main() +{ + cout<<"Hello World"; + return 0; +} \ No newline at end of file From 1155966773debdc27ced79cded60f5927121cd8d Mon Sep 17 00:00:00 2001 From: Paridhi Gulati Date: Sat, 13 Jun 2020 14:48:34 +0530 Subject: [PATCH 2/3] added hello world --- code/C++/_helloworld.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 code/C++/_helloworld.cpp diff --git a/code/C++/_helloworld.cpp b/code/C++/_helloworld.cpp new file mode 100644 index 00000000..b3c026c5 --- /dev/null +++ b/code/C++/_helloworld.cpp @@ -0,0 +1,7 @@ +#include +using namespace std; +int main() +{ + cout<<"Hello World"; + return 0; +} \ No newline at end of file From 3a18a8dd28ac5295339a43c63a2f583f2bc99f4e Mon Sep 17 00:00:00 2001 From: Paridhi Gulati <54714471+paridhigulati@users.noreply.github.com> Date: Sat, 13 Jun 2020 19:58:52 +0530 Subject: [PATCH 3/3] Delete hello__world.cpp --- code/C++/hello__world.cpp | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 code/C++/hello__world.cpp diff --git a/code/C++/hello__world.cpp b/code/C++/hello__world.cpp deleted file mode 100644 index 57f837b0..00000000 --- a/code/C++/hello__world.cpp +++ /dev/null @@ -1,7 +0,0 @@ -#include -using namespace std; -int main() -{ - cout<<"Hello World"; - return 0; -} \ No newline at end of file