From daa6368f502c7b48bf419bad9e7436d0c91b0874 Mon Sep 17 00:00:00 2001 From: 24_LitvintsevaVD <24_LitvintsevaVD@iux.local> Date: Thu, 26 Feb 2026 21:23:50 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20script=5Fnod.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script_nod.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/script_nod.sh b/script_nod.sh index 5f50203..3a64620 100755 --- a/script_nod.sh +++ b/script_nod.sh @@ -28,4 +28,5 @@ gcd() { # Вычисление НОД result=$(gcd $1 $2) -echo $result +echo "Наибольший общий делитель (НОД) чисел $1 и $2 = $result" +