Python resolution for the Advent of Code 2022
Each task is solved in a single .py file, one file for each day.
For example, for the tasks respecting to Day One, the file name will be: "day_one.py"
The problem description for each task are located in the folder: "Daily tasks"
There is two ways to enter an input for the daily tasks
-
From a file
The daily inputs are located in the folder: "Daily inputs"
-
From console
The user may enter the character '.' in a new single line to finish the input
The file "utils.py" contains the source code to manage inputs
The main.py file runs the daily tasks by calling the functions for each day
Distributed under the MIT License. See LICENSE.txt
for more information.