Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 216 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 216 Bytes

Advent of Code

Advent of Code solution repository in Python.

Within the file for each day:

  • input.txt = input data

  • solve.py = solution code

  • output.txt = solution values