Skip to content

Advent of Code solutions

License

Notifications You must be signed in to change notification settings

ErikBavenstrand/Advent-of-Code

Repository files navigation

Forks Stargazers MIT License

Advent of Code

Progress Tracker

Running

First generate the boilerplate code:

$ python aoc.py [year] [day] generate --author "Firstname Lastname"

Implement the solutions for part A and B and add the test case to ./[year]/[day]/testcase.txt (needs to be manually copeid from AoC website).

To test the solutions run:

$ python aoc.py [year] [day] test

Finally, run the following command to solve and submit using the real data.

Important: follow the instructions here on how to add your AoC session cookie to your local machine.

$ python aoc.py [year] [day] solve --submit

License

Distributed under the MIT License. See LICENSE.txt for more information.

About

Advent of Code solutions

Topics

Resources

License

Stars

Watchers

Forks