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