#define DOCTEST_CONFIG_IMPLEMENT #include #include #include "code_with_tests.hpp" int main(int argc, char const *argv[]) { int input = 9; fprintf(stderr, "The root of %d is %d.\n", input, root(input)); return 0; }