From 6add747abbeb3fc58e7057da3902e5fdb30dc12d 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_internal.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lab01/histogram_internal.h b/lab01/histogram_internal.h index e69de29..eb9cdfb 100644 --- a/lab01/histogram_internal.h +++ b/lab01/histogram_internal.h @@ -0,0 +1,5 @@ +#pragma once +#include + +void +find_minmax(const std::vector& numbers, double& min, double& max);