Solutions of Basic Algorithms Scripting (Free Code Camp)
Contributing
-
Create your branch:
git checkout -b my-new-feature -
Commit your changes:
git commit -m 'Add some feature' -
Push to the branch:
git push origin my-new-feature -
Send a Pull Request
-
Enjoy!