From a285017f7b82d958dfcd41f319ab672a3e6531ae Mon Sep 17 00:00:00 2001 From: BadakinaVV Date: Thu, 1 May 2025 17:10:12 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D1=83=D0=BD=D0=BA=D1=82=203.=20=D0=94?= =?UTF-8?q?=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=D0=B0=20text.h?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- text.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 text.h diff --git a/text.h b/text.h new file mode 100644 index 0000000..bd81c71 --- /dev/null +++ b/text.h @@ -0,0 +1,8 @@ +#ifndef TEXT_H_INCLUDED +#define TEXT_H_INCLUDED + +#include + +void show_histogram_text(const std::vector& bins, size_t screen_width = 80); + +#endif // TEXT_H_INCLUDED