Compare commits
7 Commits
first
...
9cce3348a0
| Author | SHA1 | Date | |
|---|---|---|---|
| 9cce3348a0 | |||
| d8d1d8c2b1 | |||
| b917ef928f | |||
| 767548ff06 | |||
| 838d74966d | |||
| e260dd4be9 | |||
| 31157971a7 |
11
main.sh
Normal file
11
main.sh
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
echo "Введите первое число:"
|
||||||
|
read a
|
||||||
|
|
||||||
|
echo "Введите второе число:"
|
||||||
|
read b
|
||||||
|
|
||||||
|
gcd=$(./script_GCD.sh $a $b)
|
||||||
|
|
||||||
|
echo "НОД = $gcd"
|
||||||
0
script_GCD.sh
Executable file → Normal file
0
script_GCD.sh
Executable file → Normal file
Reference in New Issue
Block a user