rename to name convention

This commit is contained in:
wieerwill 2023-12-04 09:09:14 +01:00
parent b4f79f1cbf
commit fdf7ce872c
3 changed files with 6 additions and 2 deletions

View File

@ -66,8 +66,8 @@ For example:
```bash
cd Day01/python
python3 part2.py test.txt # for testing (not all Days will have that)
python3 part2.py
python3 solution2.py
python3 solution2.py
```
Make sure you have Python installed on your machine. The solutions are developed using Python 3.x.
@ -105,6 +105,10 @@ cd Day01/ts
ts-node solution.ts
```
---
The first part (less complex) is only solved in Python. Therefore the python folder has always two scripts (solution1.py and solution2.py) to solve both parts. All other languages are only implementing the second part.
## Feedback and Collaboration
I'm always open to feedback and suggestions for improving the solutions.
If you have ideas or find an issue, feel free to open an issue or submit a pull request.