← index
CMakeInfo/test06-flags/test_output.cpp
Source: CMakeInfo/test06-flags/test_output.cpp
#include "test_output.hpp"

void sayHello(const std::string &s) {
    std::cout << "Jared says: " << s << "\n";
}