cs-lab03/LR3/text.h

10 строки
182 B
C++

#ifndef TEXT_H_INCLUDED
#define TEXT_H_INCLUDED
#include <iostream>
#include <vector>
using namespace std;
void show_histogram_text(vector<size_t> bins);
#endif // TEXT_H_INCLUDED