From 810a9fe67dcf01628ba11bca1d3d9fff0ea76997 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D1=91=D0=BD=D0=B0=20=D0=90=D1=83=D0=BB=D0=BE?= =?UTF-8?q?=D0=B2=D0=B0?= Date: Sun, 4 Jun 2023 23:55:30 +0300 Subject: [PATCH] : --- histogram.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 histogram.h diff --git a/histogram.h b/histogram.h new file mode 100644 index 0000000..08d8e34 --- /dev/null +++ b/histogram.h @@ -0,0 +1,9 @@ +#ifndef HISTOGRAM_H_INCLUDED +#define HISTOGRAM_H_INCLUDED + +#include + +#endif // HISTOGRAM_H_INCLUDED + + +