Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 279 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 279 Bytes

Repository containing Advent of Code challenges and my answers.

Python answers expect the file inputs.txt to exist in the parent directory (i.e. the day_xx directory).

Golang answers expect the file inputs.txt to exist in the working directory (i.e the day_xx/golang directory)