//
// Created by stepa on 22.05.2023.
#include <vector>
#include <cstddef>
#ifndef LAB4_TEXT_H
#define LAB4_TEXT_H
#endif //LAB4_TEXT_H
void show_histogram_text(std::vector <size_t> bins, size_t bin_count);