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
- Host: GitHub
- URL: https://github.com/potatomaster101/aocpp
- Owner: PotatoMaster101
- License: mit
- Created: 2024-08-03T23:44:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-25T11:16:53.000Z (over 1 year ago)
- Last Synced: 2025-01-01T12:29:22.596Z (over 1 year ago)
- Topics: adventofcode, cpp23, header-only
- Language: C++
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://opensource.org/license/gpl-3-0)
[](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
```