/kadai4

Primary LanguageShell

What is this?

  • A bash script to find the greatest common divisor of two numbers

How to use

./greatest_common_divisor.sh 121 11 # => 11