From 5f8126bff95ed6fa87978cd5d5489c03e78d4d28 Mon Sep 17 00:00:00 2001 From: 24_MokanGV <24_MokanGV@iux.local> Date: Sat, 28 Feb 2026 11:40:42 +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 c5456e3..6e0b5d2 100644 --- a/main.sh +++ b/main.sh @@ -21,7 +21,7 @@ echo "------------------------" # Подключаем скрипты с функциями source ./nod.sh -source ./noc.sh +source ./nok.sh # Вычисляем НОД gcd=$(gcd $num1 $num2)