We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc304c5 commit 60c54adCopy full SHA for 60c54ad
gcd/gcd.c
@@ -25,5 +25,3 @@ int main()
25
printf("GCD of %d and %d is %d ", a, b, gcd(a, b));
26
return 0;
27
}
28
-
29
0 commit comments