rcgalbo / advent-of-code-22

2022 advent of code solutions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent Of Code 2022 Solutions

Advent of Code is a yearly programming advent calendar that has daily challeges through the advent season.

This solution is a package. Insatallation instructions:

  1. Clone repository to computer
  2. cd into advent-of-code-22
  3. run pip install adventOfCode22

This allows for the import of the solution functions.

Solutions can be found by running the day files:

python advenOfCode/day1.py

Solution files:

About

2022 advent of code solutions


Languages

Language:Python 99.2%Language:Shell 0.8%