cs-lab03/text.h

7 строки
107 B
C++

#ifndef text
#define text
#include <vector>
void show_histogram_text(std::vector<int>& ch);
#endif //text