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

https://github.com/potatomaster101/aocpp

C++23 header only library for Advent of Code
https://github.com/potatomaster101/aocpp

adventofcode cpp23 header-only

Last synced: 7 months ago
JSON representation

C++23 header only library for Advent of Code

Awesome Lists containing this project

README

          

[![License: GPLv3](https://img.shields.io/badge/license-GPLv3-blue)](https://opensource.org/license/gpl-3-0)
[![cmake](https://github.com/PotatoMaster101/aocpp/actions/workflows/cmake.yml/badge.svg)](https://github.com/PotatoMaster101/aocpp/actions/workflows/cmake.yml)

# AoCPP
C++ header only helper library for playing with [Advent of Code](https://adventofcode.com/).

## Testing
Build and test with [`cmake`](https://cmake.org/).
```shell
cmake -B ./build
cmake --build ./build --config Release
ctest --test-dir ./build --build-config Release
```