We welcome contributions from developers to expand this collection. Here are the contribution guidelines:
- You can visit issues to see the language to be added. If the language is not mentioned you can do an MR on the language of your wish
- When adding a new program file, name it following the convention
HelloWorld.extension
. For example, for a JavaScript file, the name should beHelloWorld.js
.
-
⭐️ Star this repository using the 'Star' button on the top.
-
🍴 Fork this repository: Click the "Fork" button in the top right of this page to create a copy of this repository in your GitHub account.
-
🧪 Clone your fork : Clone the repository from your GitHub account to your local machine using the following command:
git clone https://github.com/your-username/The-Hello-World-Project.git
-
🛠 Add a new program: Create a new file with the HelloWorld program in the desired programming language using the naming convention mentioned above.
-
🚀 Commit and push: Commit your changes and push them to your forked repository:
git add HelloWorld.extension
git commit -m "Added HelloWorld in [language]"
git push origin master
- ✨ Submit a pull request: Go to your forked repository on GitHub and click "New pull request". Fill in the details and submit the pull request for review.
We invite you to contribute and celebrate the beauty of HelloWorld in different languages!