Fix
This commit is contained in:
4
GCD_LCM.sh
Normal file → Executable file
4
GCD_LCM.sh
Normal file → Executable file
@@ -6,7 +6,7 @@ read num1
|
||||
echo "Введите второе число:"
|
||||
read num2
|
||||
|
||||
./script_nok.sh $num1 $num2
|
||||
./script_GCD.sh $num1 $num2
|
||||
|
||||
./script_nod.sh $num1 $num2
|
||||
./script_LCM.sh $num1 $num2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user