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 run
cd cpp
xmake f -m asan
xmake && xmake run