/advent-of-code-2023

Advent of Code tasks for 2023 (for learning Python)

Primary LanguagePython

Advent of Code 2023

src/tasks contains implementation of proposed solutions for Advent of Code 2023.

The implementation is for sake of learning Python programming.

Running solutions

For everyday task there is are several sample inputs which should be used against the implemented solution. For example:

./scripts/run.sh task01 input01.txt