Skip to content

S0Ulle33/Advent-of-Code-2018

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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