This repository contains C++ solution code for the 2015 Advent of Code challenge. For more info about Advent of Code, go to https://adventofcode.com.
This repository was made to practice my C++ skills and showcase that.
In order to be able to use this repo, there are some requirements for your development environment.
- You need a recent g++ and gdb installed to compile and debug the code.
- You need a bash to run the curr.sh and day4.sh scripts, git bash on windows will do the job.
- For Day 4, you need to have the OpenSSL library installed.
To build and run the solution for a certain day, update the CURR_DAY
field in the curr.sh
file and run it from the root of the repository on a bash.
If you want to contact me you can reach me at francisduvivier+gh@gmail.com.
This project uses the GNU GPLv3 license.