An open API service indexing awesome lists of open source software.

https://github.com/shadowc/aoc

AdventOfCode in c++ (spoilers!!)
https://github.com/shadowc/aoc

Last synced: 6 months ago
JSON representation

AdventOfCode in c++ (spoilers!!)

Awesome Lists containing this project

README

          

# Advent Of Code

Solutions to AOC problems in C++ using standard library.

These are far from optimal!!

To run this, compile with Visual Studio, copy the `DataFiles` directory to where the `.exe` ends up and run:

`AdventOfCode.exe` or `./AdventOfCode`

The rest will be self explanatory.