Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alessandrow/advent-of-code-2022

Advent of Code 2022 in modern C++
https://github.com/alessandrow/advent-of-code-2022

advent-of-code advent-of-code-2022 advent-of-code-2022-cpp

Last synced: 24 days ago
JSON representation

Advent of Code 2022 in modern C++

Awesome Lists containing this project

README

        

# Advent-of-Code-2022
Advent of Code 2022 in modern C++

## Installation
1. `git clone`
2. `mkdir build`
3. `cd build`
4. `cmake ..`
5. `./src/run`