Reviewed-on: #6
@@ -1,11 +0,0 @@
#!/bin/bash
echo "Введите первое число:"
read a
echo "Введите второе число:"
read b
gcd=$(./script_GCD.sh $a $b)
echo "НОД = $gcd"
The note is not visible to the blocked user.