From b793c0dc88a801fa3a55de864e1190d49bddd65f Mon Sep 17 00:00:00 2001 From: "Alice (TimoshenkoAA)" Date: Sat, 27 Apr 2024 20:55:01 +0300 Subject: [PATCH] =?UTF-8?q?test:=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lab01/histogram.cpp | 2 +- lab01/histogram_internal.h | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 lab01/histogram_internal.h diff --git a/lab01/histogram.cpp b/lab01/histogram.cpp index 2fcff5d..71dc381 100644 --- a/lab01/histogram.cpp +++ b/lab01/histogram.cpp @@ -3,7 +3,7 @@ #include using namespace std; -static void +void find_minmax(const vector& numbers, double& min, double& max) { min = numbers[0]; max = numbers[0]; diff --git a/lab01/histogram_internal.h b/lab01/histogram_internal.h new file mode 100644 index 0000000..e69de29