Compare commits
1 Commits
feature_Sl
...
feature_1
| Author | SHA1 | Date | |
|---|---|---|---|
| 805e426a36 |
@@ -1,10 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
a=$1
|
|
||||||
b=$2
|
|
||||||
while [ $b -ne 0 ]; do
|
|
||||||
x=$((a % b))
|
|
||||||
a=$b
|
|
||||||
b=$x
|
|
||||||
done
|
|
||||||
echo $a
|
|
||||||
Reference in New Issue
Block a user