feature #1

Merged
25_BublikKM merged 3 commits from feature into master 2026-03-23 00:46:15 +03:00
Showing only changes of commit 94236ff347 - Show all commits

12
GCD_LCM.sh Normal file
View File

@@ -0,0 +1,12 @@
#!/bin/bash
echo "Введите первое число:"
read num1
echo "Введите второе число:"
read num2
./script_nok.sh $num1 $num2
./script_nod.sh $num1 $num2