42_CPP00/ex01/utils.hpp
Camille Chauvet 67fbbf113b init
2023-05-17 16:41:46 +00:00

4 lines
65 B
C++

#include <string>
std::string truncated(const std::string str);