S0Ulle33 / Advent-of-Code-2018

Solutions to AOC 2018

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My solutions to the Advent of Code 2018

So, I decided to participate in AOC 2018. My main priorities in solving the task of the day:

  • Do not use third-party modules
  • Simplicity
  • Readability (e.g., do not write one-liners)

Usage

It's pretty simple, although so far without the extra features.

git clone https://github.com/S0Ulle33/Advent-of-Code-2018.git
cd Advent-of-Code-2018
  • python run_all.py โ€” run all solutions.
  • python solution.py โ€” or run individually from Day n/ folder.

๐ŸŽ“ License

License: Unlicense

About

Solutions to AOC 2018

License:The Unlicense


Languages

Language:Python 100.0%