Skip to content

Hello World Program in All Programming Languages | HacktoberFest - 2023 😎

License

Notifications You must be signed in to change notification settings

gulatikeshav/HelloWorld

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello World !

This repo is meant to contain Hello World programs in various programming languages.

Procedure to add programs:

Alternatively,

  • Fork the respective repository to your profile.
  • Clone the personal repo to your local machine: git clone https://github.com/<username>/HelloWorld.git (Before committing all files, check if all files are staged atleast. It can be checked using git status).
  • Make a new branch to make PR: git checkout -b <branch_name>
  • Add your programs in correct locations: git add .. (Adds all files here)
  • Commit your changes: git commit -m "Some_Random_Message". (Committed all files)
  • Finally, you just need to push all the changes by doing: git push origin <branch_name>.

Awesome contributors 🤩

Follow Me

To get quick approval of your pull request, (Follow Me)🚀


Trishan Wagle

About

Hello World Program in All Programming Languages | HacktoberFest - 2023 😎

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 24.3%
  • Python 23.1%
  • CSS 18.3%
  • C++ 9.4%
  • HTML 7.7%
  • Assembly 3.0%
  • Other 14.2%