Compilation: javac Euclid.java
Execution: java Euclid p q
Reads two command-line arguments p and q and computes the greatest
common divisor of p and q using Euclid's algorithm.
Remarks
-----------
- may return the negative of the gcd if p is negative