Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 451 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 451 Bytes

Prerequisites

Python is required to run the solutions. It can be installed from here manually or using Homebrew.

$ brew update
$ brew install python

Run

Switch to the day's directory, copy your input file and name it input.txt. Then run the Python script.

$ cd day-XX
$ cp /path/to/your/input input.txt
$ python part-X.py