Follow the day 0 template
- If it does not exist yet, create a folder for the day of the submission
day x. This should be at the root of the repo. - If it does not exist yet, create a folder for your programming language (lower case).
- Create a file named
solution_Awith the extension of your language (.py,.rs, ...) if it's a new solution. If a similar solution exists, append a number behind it (solution_A_2,solution_A_3).
To submit a solution, you need to open a Pull Request.
- Fork the repository.
- Make your changes, following the steps above, commit and push them. The commit should have the same name as the PR (see below).
- Open a Pull Request to this repo.
- Name the Pull Request like so
<day number> - <language name>, for example:12 - python.
