Obligatorisk opgave teknologi 1, efterår 2021
I denne opgave skal du:
- Forke dette projekt.
- Skrive dit navn ind under contributers sidst i denne fil.
- Lave et pull request
Du skal følge samme workflow som beskrevet i denne tutorial for at løse opgaven korrekt.
https://git-scm.com/book/en/v2/GitHub-Contributing-to-a-Project
Når du har sendt dit pull requests skal du copy/paste urlén til dit eget repository ind i afleveringsdokumentet.
- Fork this repository.
- Create a branch:
git checkout -b <branch_name>
. - Make your changes and commit them:
git commit -m '<commit_message>'
- Push your branch:
git push origin <branch_name>
- Create the pull request.
Thanks to the following people who have contributed to this project: