diff --git a/text.h b/text.h new file mode 100644 index 0000000..f7a93fb --- /dev/null +++ b/text.h @@ -0,0 +1,8 @@ +#ifndef TEXT_H_INCLUDED +#define TEXT_H_INCLUDED + +#include + +void show_histogram_text(const std::vector bins, size_t bin_count); + +#endif // TEXT_H_INCLUDED \ No newline at end of file