From f9d3f7e83820035d1de1fffa186cb7f23f95e3ad Mon Sep 17 00:00:00 2001 From: Himanshu12145 <66507003+Himanshu12145@users.noreply.github.com> Date: Tue, 6 Oct 2020 22:18:03 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 24e0bae..6883189 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,9 @@ # Hello-World # **Hello World program in Every Language.** - # Steps : ## 1. Create a folder with the name of the language you are going to contribute in. -## 2- Add a readme.md file. +## 2- Add a readme.md file.Please Enjoy this. ## 3- Add the "Hello World" program file of the corresponding language. > NOTE - NAME THE FILES AS helloworld-YOUR NAME.extension ` E.G- helloworld-trideep.py` From 770b0a29a356ea64d23de39df0bf0462b0c638c8 Mon Sep 17 00:00:00 2001 From: Himanshu12145 <66507003+Himanshu12145@users.noreply.github.com> Date: Tue, 6 Oct 2020 22:38:33 +0530 Subject: [PATCH 2/2] Create himanshu.cpp this is short hand c++ code --- C++/himanshu.cpp | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 C++/himanshu.cpp diff --git a/C++/himanshu.cpp b/C++/himanshu.cpp new file mode 100644 index 0000000..521cb35 --- /dev/null +++ b/C++/himanshu.cpp @@ -0,0 +1,3 @@ +#include +using namespace std; +void main(){cout<<"Hello in C++"<