Skip to content

Commit 60c54ad

Browse files
authored
Update gcd.c
1 parent bc304c5 commit 60c54ad

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

gcd/gcd.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,3 @@ int main()
2525
printf("GCD of %d and %d is %d ", a, b, gcd(a, b));
2626
return 0;
2727
}
28-
29-

0 commit comments

Comments
 (0)