Чета сделал

This commit is contained in:
2026-02-27 17:05:40 +03:00
parent c201b4942e
commit 1bc79f47a3
2 changed files with 3 additions and 4 deletions

View File

@@ -2,7 +2,6 @@
a=$1
b=$2
while [ $b -ne 0 ]; do
x=$((a % b))
a=$b