EdgarACarneiro / advent-of-code-19

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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++

License:MIT License


Languages

Language:C++ 100.0%