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