← index
CMakeInfo/test02-library/hello.cpp
Source: CMakeInfo/test02-library/hello.cpp
#include"hello.hpp"

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