From 8d45096befe7e95f4b8182180dd0d2361ce8fb16 Mon Sep 17 00:00:00 2001 From: "Nastya (PozdiayevaAV)" Date: Fri, 31 Oct 2025 11:01:18 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B3=D0=B8=D1=81=D1=82=D0=BE=D0=B3=D1=80?= =?UTF-8?q?=D0=B0=D0=BC=D0=BC=D0=B0=20=D0=B8=D0=B7=D0=BE=D0=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- svg.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 svg.h diff --git a/svg.h b/svg.h new file mode 100644 index 0000000..bedea90 --- /dev/null +++ b/svg.h @@ -0,0 +1,8 @@ +#ifndef SVG_H_INCLUDED +#define SVG_H_INCLUDED +#include +#include + +void show_histogram_svg(const std::vector &bins); + +#endif // SVG_H_INCLUDED