Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 269 Bytes

File metadata and controls

11 lines (8 loc) · 269 Bytes

Advent of Code solutions

==========================================

To run a solution, cd into its directory and invoke the program:

$ cd day01/part1
$ python script.py < input.txt

If you have questions about the code, please open an issue and ask away!