Skip to content

C++ solutions for Advent of Code 2021 (using range-v3)

License

Notifications You must be signed in to change notification settings

someoneinjd/AOC2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AOC2021

C++/Python solutions for Advent of Code 2021 (using range-v3)

Build && Run

# C++
# Use the xmake build system
# https://github.com/xmake-io/xmake
cd cpp
xmake && xmake run

# Python
cd python
find src/ -name '*.py' | xargs -i python3 {}

Benchmark (Only for C++)

cd cpp
xmake f --benchmark=y
xmake && xmake run

Debug (Only for C++)

cd cpp
xmake f -m asan
xmake && xmake run

About

C++ solutions for Advent of Code 2021 (using range-v3)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published