HacktoberFest Hello World in every language ever. Just fork it and add a hello world to contribute for hacktober fest and send a Pull Request!
Say hi to the world in any language of your choice!
Hacktoberfest is a program by Digital Ocean and Github, where you can easily win a T-Shirt just by making 5 pull requests in the month of October to any open source projects on Github.
You can get your own fork/copy of Hacktoberfest by using the Fork button or clicking this.
Once you have forked the repo, add your progam in the language folder in main branch, if there is no language folder, make one, then add into it. You can take a look to the Programming Language List in Wikipedia to create a new one Hacktoberfest !
Once you have completed these steps, you are ready to start contributing
by checking our Help Wanted
issues and creating pull requests.
If you liked working on this project, please share this project as much as you can and star this project to help as many people in opensource as you can.
To make your own local copy of the repository you would like to contribute to, let’s first open up a terminal window.
We’ll use the // git clone // command along with the URL that points to your fork of the repository.
This URL will be similar to the URL above, except now it will end with // .git.// In the cloud_haiku example above, the URL will look like this:
https://github.com/your-username/Hacktoberfest.git
You can alternatively copy the URL by using the green “Clone or download” button from your repository page that you just forked from the original repository page. Once you click the button, you’ll be able to copy the URL by clicking the binder button next to the URL:
Once we have the URL, we’re ready to clone the repository. To do this, we’ll combine the git clone command with the repository URL from the command line in a terminal window:
git clone https://github.com/your-username/Hacktoberfest.git