/advent-of-code-2020

My Python solutions for Advent of Code 2020

Primary LanguagePythonMIT LicenseMIT

advent-of-code-2020

Advent of Code 2020 🎄 Python Solutions by @DonaldLika 😊

CircleCI MIT license

What is Advent of Code?

Advent of Code is an online event created by Eric Wastl. Each year, starting on Dec 1st, an advent calendar of small programming puzzles are unlocked once a day at midnight (EST/UTC-5). Developers of all skill sets are encouraged to solve them in any programming language they choose!

Pre-requisite

  • python3

Running Tests

Each day contains some tests at the end of the index file. To run them type python3 *.py.