Skip to content

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

License

Notifications You must be signed in to change notification settings

EdgarACarneiro/advent-of-code-19

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages