cs-lab34/unittest/text.h

6 строки
85 B
C++

#pragma once
#include <vector>
void show_histogram_text(std::vector<size_t> bins);