Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 656 Bytes

File metadata and controls

24 lines (14 loc) · 656 Bytes

ComputeSqrtOf42

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.

How to execute

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/ComputeSqrtOf42

The command ./generate.sh is used to generate the build files and it only needs to be run once.