From 794984078229a2c9064e9e658eee7656d16ca08f Mon Sep 17 00:00:00 2001 From: "Senya (YershovArA)" Date: Sun, 4 Jun 2023 14:05:40 +0300 Subject: [PATCH] code:/// --- svg.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 svg.h diff --git a/svg.h b/svg.h new file mode 100644 index 0000000..e4a6fd8 --- /dev/null +++ b/svg.h @@ -0,0 +1,7 @@ +#ifndef SVG_H_INCLUDED +#define SVG_H_INCLUDED +#include +void +show_histogram_svg(const std::vector& bins); + +#endif // SVG_H_INCLUDED