From 1e36a830966db7915346a23a19c7e3c677368712 Mon Sep 17 00:00:00 2001 From: YashechkinGA Date: Wed, 14 May 2025 01:06:53 +0300 Subject: [PATCH] text.h --- text.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 text.h diff --git a/text.h b/text.h new file mode 100644 index 0000000..619db82 --- /dev/null +++ b/text.h @@ -0,0 +1,9 @@ +#ifndef TEXT_H_INCLUDED +#define TEXT_H_INCLUDED + +#include +#include + +void show_histogram_text(const std::vector& bins, size_t bin_count); + +#endif // TEXT_H_INCLUDED