Skip to content

e4ac/aocpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cmake License: GPLv3

AoCPP

C++ header only library for solving Advent of Code.

Usage

Add below to CMakeLists.txt:

include(FetchContent)
fetchcontent_declare(aocpp GIT_REPOSITORY https://github.com/e4ac/aocpp GIT_TAG main)
fetchcontent_makeavailable(aocpp)

Testing

Build and test with cmake.

cmake -B bin
cmake --build bin --parallel 8
ctest --test-dir bin --parallel 8

About

C++ header only library for solving Advent of Code

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Contributors