#pragma once
#include <vector>
void
show_histogram_svg(std::vector<long long unsigned int>& bins, int BLOCK_WIDTH);