Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 177 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 177 Bytes

advent-of-code-2023

Advent of code 2023 challenge in python

To run the day_x.py : python3 day1/day1.py

To run pytest of day_x : python3 -m pytest tests/day1/test_day1.py