diff --git a/main.cpp b/main.cpp index b6b393e..f161230 100644 --- a/main.cpp +++ b/main.cpp @@ -122,6 +122,7 @@ vector make_histogram(vector numbers, size_t bin_count) } return bins; } +void show_histogram_text(){}