This is a simple executable that display the square root of 42 with an infinite stream.
This project requires C++20 or more.
Dependencies are managed by vcpkg.
Tests are done using the catch2 framework.
For simplicity, you should run it using GitHub codespaces as everything as been prepared in a Docker container.
Run the following commands in the terminal.
./generate.sh
cmake --build build
./build/ComputeSqrtOf42The command ./generate.sh is used to generate the build files and it only needs to be run once.