Compare commits

1 Commits

Author SHA1 Message Date
63865e527f bang 2026-02-28 14:40:45 +03:00
2 changed files with 0 additions and 11 deletions

11
main.sh
View File

@@ -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
View File