cs-lab34a/svg.h

5 строки
89 B
C++

#pragma once
#include <vector>
void
show_histogram_svg(const std::vector<size_t>& bins);