Reviewed-on: #7
Your branch is up to date with 'origin/kurtkobayne'. Changes to be committed: new file: main.sh
@@ -0,0 +1,11 @@
#!/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.