cs-lab34/project/show_svg.h

11 строки
181 B
C++

#ifndef SHOW_SVG_H_INCLUDED
#define SHOW_SVG_H_INCLUDED
#include <vector>
using namespace std;
void
show_histogram_svg(const vector<size_t>& bins);
#endif // SHOW_SVG_H_INCLUDED