Advent of Code 2019
Go to file
Brandon Scott 8f391a3cff Reorganized project structure 2019-12-14 17:05:43 -06:00
input Adding Day 2 solution. 2019-12-14 04:10:44 -06:00
src Reorganized project structure 2019-12-14 17:05:43 -06:00
.clang-format Reorganized project structure 2019-12-14 17:05:43 -06:00
.gitignore Added .gitignore and output placeholder 2019-12-14 04:13:44 -06:00
CMakeLists.txt Reorganized project structure 2019-12-14 17:05:43 -06:00
LICENSE Create LICENSE 2019-12-06 13:17:41 -06:00
README.md Small change to the README.md 2019-12-14 04:32:16 -06:00

README.md

Advent of Code 2019

About

These are my solutions to the Advent of Code 2019. This year I decided to build all of my solutions in C++ to better acquaint myself with the language.

Author

Brandon Scott

What is Advent of Code?

Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. People use them as a speed contest, interview prep, company training, university coursework, practice problems, or to challenge each other.

License

By default, all code in this project is licensed under the MIT license.