cs-lab34/text.h

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

#ifndef TEXT_H_INCLUDED
#define TEXT_H_INCLUDED
#include <vector>
void show_histogram_text(const std::vector<double> &bins);
#endif // TEXT_H_INCLUDED