mmierzwa / advent-of-code-2023

Advent of Code tasks for 2023 (for learning Python)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 

About

Advent of Code tasks for 2023 (for learning Python)


Languages

Language:Python 93.7%Language:Shell 6.3%