From 3d2dce50000056c57c865dc40efd632449ff9223 Mon Sep 17 00:00:00 2001 From: NenashevaAV Date: Thu, 1 May 2025 17:09:04 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D1=83=D0=BD=D0=BA=D1=82=203:=20=D0=B4?= =?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..573cd70 --- /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