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

https://github.com/zwliew/advent-of-code-2021

Advent of Code 2021 solutions
https://github.com/zwliew/advent-of-code-2021

Last synced: 12 days ago
JSON representation

Advent of Code 2021 solutions

Awesome Lists containing this project

README

          

# C++ Solutions for Advent of Code 2021

## How to use
1. Create input in `input.txt`
2. Create solution function in `src/`
3. Call the function in `src/main.cpp`
4. Read the output in `output.txt`