cs-lab34/text.hpp

8 строки
138 B
C++

#ifndef text_hpp
#define text_hpp
#include <vector>
void show_histogram_text(const std::vector<size_t>& baskets);
#endif /* text_hpp */