#ifndef TEXT_H_INCLUDED
#define TEXT_H_INCLUDED

#include <vector>
using std::vector;

void show_histogram_text(const std::vector<size_t>& bins);


#endif // TEXT_H_INCLUDED