jcazevedo / advent-of-code-2019

My solutions for Advent of Code 2019

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository has been merged with jcazevedo/advent-of-code-solutions.

Advent of Code 2019

My solutions for Advent of Code 2019, in C++.

Instructions

You can compile the programs to solve all days by issuing the following command:

$ make

If you want to compile the program for a specific day, issue the following command, replacing XX with the desired day:

$ make dayXX

The previous command produces a dayXX binary. Unless stated otherwise, every problem reads its input from the corresponding dayXX.in file and writes to the standard output.

About

My solutions for Advent of Code 2019

License:MIT License


Languages

Language:C++ 99.7%Language:Makefile 0.3%