Hi there!, this is a Hacktoberfest 2019 starter repo. Hacktoberfest rule is pretty simple, just to register and make four pull requests (PRs) between October 1-31 (in any time zone)
If you have'nt register to Hacktoberfest 2019, go register at https://hacktoberfest.digitalocean.com
Start create your pull request and get a free T-Shirt from Github and DigitalOcean 🎉
If you like this repo, please give it a ⭐ 😊
You can choose one of these 😉 :
- Create a simple code in /helloworld to print "Hello World" in you favourite programming language
- Create a simple code in /sqrt to calculate a square root of number in your favourite programming language
- Create a recursion factorial function in /factorial_recursion to calculate a factorial of number in your favourite programming language
- Create a interation factorial function in /factorial_iteration to calculate a factorial of number in your favourite programming language
I've add some example in those folder, go check it
- If you haven't fork this repo, then fork this repo to your github
- In your forked repo, make change (edit or add new file) in /helloworld folder, then commit it to your master / other branch
- Back to this repo, click Pull requests -> New pull request
- Click compare accross fork
- Compre the base of this repo, and the head of your repo. You will see the change you make in your forked repo
- Finally, click Add pull request and wait your PR (pull request) to be merged by author of this repo. 🎉 🎉
Just delete your forked repo (Settings -> Delete this repository), then re-fork this repo again 😁