Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.06 KB

README.md

File metadata and controls

28 lines (16 loc) · 1.06 KB

Solutions in C++ for Advent of Code 2015

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.

Purpose of the Repository

This repository was made to practice my C++ skills and showcase that.

Prerequisites

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.

Using the Project

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.

Contact

If you want to contact me you can reach me at francisduvivier+gh@gmail.com.

License

This project uses the GNU GPLv3 license.