Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions C++/himanshu.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#include<iostream>
using namespace std;
void main(){cout<<"Hello in C++"<<endl;}
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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`