Welcome to my Advent of Code 2023 Python project repository! This project contains source code that I've created for my participation in the Advent of Code event, celebrating the festive season with coding challenges.
The purpose of this project is not only to tackle the challenges presented by Advent of Code but also to showcase good Python programming practices. It's intended to serve as an educational resource for Python learners, demonstrating various best practices in Python development.
To set up this project locally, please make sure you have Poetry installed.
-
Clone this repository to your local machine:
git clone https://github.com/Running-VincentW/advent-of-code.git
-
Navigate to the project directory:
cd advent-of-code-2023
-
Install project dependencies using Poetry:
poetry install
This project uses pytest for testing. To run the tests, execute the following command:
poetry run pytest
This will run all the test cases defined in the project and display the results.
If you'd like to contribute to this project by suggesting improvements, reporting issues, or adding new features, feel free to create a pull request or issue on GitHub. License
This project is licensed under the MIT License - see the LICENSE file for details.