Родитель
090a426a16
Сommit
8d45096bef
@ -0,0 +1,8 @@
|
||||
#ifndef SVG_H_INCLUDED
|
||||
#define SVG_H_INCLUDED
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
|
||||
void show_histogram_svg(const std::vector<size_t> &bins);
|
||||
|
||||
#endif // SVG_H_INCLUDED
|
||||
Загрузка…
Ссылка в новой задаче