The simplest example is minimal. You may want to start there
using the accompanying C++ Quick Start guide.
The CMake target examples is a convenient alias for building all CMake examples in one go.
You can use pixi run -e cpp cpp-build-examples to invoke it within the repository's Pixi environment.
After that, you can run individual examples from ./build/examples/cpp/ (e.g. ./build/examples/cpp/dna/example_dna).
Feel free to open a PR to add a new example!
See CONTRIBUTING.md for details on how to contribute.