C++/Python solutions for Advent of Code 2021 (using range-v3)
# 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 {}cd cpp
xmake f --benchmark=y
xmake && xmake runcd cpp
xmake f -m asan
xmake && xmake run