Compare commits
1 Commits
25be7d6a71
...
first
| Author | SHA1 | Date | |
|---|---|---|---|
| 63865e527f |
11
main.sh
11
main.sh
@@ -1,11 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "Введите первое число:"
|
||||
read a
|
||||
|
||||
echo "Введите второе число:"
|
||||
read b
|
||||
|
||||
gcd=$(./script_GCD.sh $a $b)
|
||||
|
||||
echo "НОД = $gcd"
|
||||
0
script_GCD.sh
Normal file → Executable file
0
script_GCD.sh
Normal file → Executable file
Reference in New Issue
Block a user