@ -3,7 +3,6 @@
#include <vector>
std::vector<size_t>
show_histogram_text(const std::vector<double>& bins);
void show_histogram_text(const std::vector <std::size_t> &bins);
#endif // TEXT_H_INCLUDED