Skip to content
This repository was archived by the owner on Jan 16, 2024. It is now read-only.

Latest commit

 

History

History
5 lines (3 loc) · 377 Bytes

File metadata and controls

5 lines (3 loc) · 377 Bytes

Solutions to the Advent of Code 2019 Puzzles

To obtain the solutions for a given day, run make solve DAY=X PART=Y where X corresponds to a solved day, and Y corresponds to a part (either 1 or 2).

The programs assumes the input is available at ./inputs/dayX.input but this can be overriden using the INPUT= argument to make.