/advent-of-code-19

My repository for the Advent of Code 2019. Built with C++

Primary LanguageC++MIT LicenseMIT

advent-of-code-19

My repository for the Advent of Code 2019. Built with C++.

To compile and run any daily exercise, use:

g++ <day>.cpp
./a.out

Notice that I assume that the input for each exercise is inside the folder ./input/day<XX>.txt