Fried-Squid / AOC-2022

AOC 2022 Solutions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AOC-2022

Advent of Code solutions for 2022, written in python.

Data for each challenge goes in /data/day{n}.txt

Challenge solutions should contain solve_p1(data: list) -> Any and solve_p2(data: list) -> Any.

The main python file is used to execute a day's solution, and print it.

The getter gets the data for a day, and makes the empty python file.

Getter script requires a private.py file with global variable sessionToken equal to your sessionToken cookie.

About

AOC 2022 Solutions.


Languages

Language:Python 100.0%