From 6935f4be20af02718d197c845c90683ed2f96118 Mon Sep 17 00:00:00 2001 From: LiTekho Date: Mon, 24 Apr 2023 16:03:58 +0300 Subject: [PATCH] code: update to 5 --- histogram.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/histogram.cpp b/histogram.cpp index 76437f7..e43d6aa 100644 --- a/histogram.cpp +++ b/histogram.cpp @@ -5,7 +5,7 @@ #include "histogram.h" using namespace std; -static +void find_minmax(vector numbers, double &min, double &max) { min = numbers[0];