Merge pull request 'Обновить script_nod.sh' (#4) from 24_litvintsevavd-patch-2 into master
Reviewed-on: #4
This commit is contained in:
@@ -28,4 +28,5 @@ gcd() {
|
||||
|
||||
# Вычисление НОД
|
||||
result=$(gcd $1 $2)
|
||||
echo $result
|
||||
echo "Наибольший общий делитель (НОД) чисел $1 и $2 = $result"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user