42_CPP00/ex01/utils.hpp

4 lines
65 B
C++
Raw Normal View History

2023-05-17 12:41:46 -04:00
#include <string>
std::string truncated(const std::string str);