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

https://github.com/developer239/adventofcode-cpp

Michal meets C++ practicing the language during advent of code.
https://github.com/developer239/adventofcode-cpp

Last synced: 11 months ago
JSON representation

Michal meets C++ practicing the language during advent of code.

Awesome Lists containing this project

README

          

# Advent of code 2022

You can find the [challenge information here](https://adventofcode.com/). 🎄

## Install dependencies
```bash
$ brew install cmake
```

### Development
```bash
cmake -S . -B cmake-build-debug
```