From f7f6a9f2d7ac4a30753a397c86156699b75be64f Mon Sep 17 00:00:00 2001 From: GoloshchapovDY Date: Wed, 24 Apr 2024 14:30:36 +0300 Subject: [PATCH] =?UTF-8?q?code:=C3=A7=C3=A0=C3=A3=C3=AE=C3=AB=C3=AE=C3=A2?= =?UTF-8?q?=C3=AE=C3=B7=C3=AD=C3=BB=C3=A9=20=C3=B4=C3=A0=C3=A9=C3=AB?= 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..e5072f8 --- /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); + + +#endif // TEXT_H_INCLUDED