From d5a9ad24bc4ac121686601e0c221e9d30ef11bdd Mon Sep 17 00:00:00 2001 From: 24_MokanGV <24_MokanGV@iux.local> Date: Sat, 28 Feb 2026 11:42:57 +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=20main.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.sh b/main.sh index 6e0b5d2..c5456e3 100644 --- a/main.sh +++ b/main.sh @@ -21,7 +21,7 @@ echo "------------------------" # Подключаем скрипты с функциями source ./nod.sh -source ./nok.sh +source ./noc.sh # Вычисляем НОД gcd=$(gcd $num1 $num2)