42_CPP00/ex01/include/utils.hpp

4 lines
65 B
C++
Raw Normal View History

2023-05-22 08:04:39 -04:00
#include <string>
std::string truncated(const std::string str);