@ -2,6 +2,7 @@
#include <vector>
#include "histogram.h"
#include "text.h"
using namespace std;
// Ñòðóêòóðà
@ -34,6 +35,6 @@ int main()
{
auto in = input_data();
auto bins = make_histogram(in.numbers, in.bin_count);
show_histogram_text(bins, in.bin_count);
show_histogram_svg(bins);
return 0;
}