Each exercise is described in a GitHub Issue. Follow these steps to complete an exercise and submit your solution:
git clone https://github.com/fungover/exercise2025.gitOr fork the repository via GitHub and clone your fork.
Create a new branch named using the format: your-github-username/exerciseNumber
Example for user githubuser working on Exercise 1:
git checkout -b githubuser/exercise1Follow the instructions in the corresponding issue. If anything is unclear, ask questions by commenting directly on the issue.
git push origin githubuser/exercise1Open a Pull Request (PR) from your branch.
Link the PR to the issue you're solving.
Include a clear description of your solution.
Reviewers may leave comments or suggestions. Update your branch and push changes until the PR is approved.