Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.15 KB

README.md

File metadata and controls

29 lines (21 loc) · 1.15 KB

🎄 Advent of Code 2020 Build Status Coverage Status

Solutions to Advent of Code 2020 in Python 🐍

Each solution remains as when the respective challenge was completed, with only subtle refactoring applied — e.g. variable renaming.

Motivations

  • Have fun 🙂
  • Practice problem solving ⚡️
  • Practice Python, and its standard library, tooling, and ecosystem 🐍
  • Compete 🥋 — and yet produce readable code 🤓

License

Code in this repository is distributed under the terms of the BSD 3-Clause License (BSD-3-Clause).

See LICENSE for details.