From 8f171ce7ced76ac35d0dcf5d38df6d93f373c2c3 Mon Sep 17 00:00:00 2001 From: LiTekho Date: Mon, 24 Apr 2023 14:30:11 +0300 Subject: [PATCH] code: updated to 5 --- 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..91069d3 --- /dev/null +++ b/text.h @@ -0,0 +1,8 @@ +#ifndef TEXT_H_INCLUDED +#define TEXT_H_INCLUDED + +#include + +void show_histogramm(std::vectorbins); + +#endif // TEXT_H_INCLUDED