From f5deacc04b569c6cc64c3c47a4b20864ed72f544 Mon Sep 17 00:00:00 2001 From: VinogradovMA Date: Sun, 27 Apr 2025 19:35:52 +0300 Subject: [PATCH] code:show_histogram_text[2] --- main.cpp | 1 + 1 file changed, 1 insertion(+) 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(){}