From 9b88f9cbba5924c2d8b5dc997d940b9e9964bf90 Mon Sep 17 00:00:00 2001 From: 24_LitvintsevaVD <24_LitvintsevaVD@iux.local> Date: Thu, 26 Feb 2026 21:56:31 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script_nod.sh b/script_nod.sh index cf5d275..3a64620 100755 --- a/script_nod.sh +++ b/script_nod.sh @@ -28,5 +28,5 @@ gcd() { # Вычисление НОД result=$(gcd $1 $2) -echo "Наибольший общий делитель (нод) чисел $1 и $2 = $result" +echo "Наибольший общий делитель (НОД) чисел $1 и $2 = $result" -- 2.49.0