ajpocus / advent-of-code-2020

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2020

Presenting the "I don't really know C++" edition of Advent of Code 2020!

Building and running

First, run:

$ make common

Then, whichever day you'd like to make, you can call make on. For example, to build day 3:

$ make day3

Then, the resulting binary will be in the bin directory. As in:

$ ./bin/day3

License

Copyright 2020, Austin Pocus. Licensed under CC-BY 4.0.

About


Languages

Language:C++ 97.1%Language:Makefile 2.9%