Skip to content

Commit be9176c

Browse files
committed
.
1 parent cf044ed commit be9176c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Challenges_VII/Euclid_Problem/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public static void main(String[] args) {
1818
} catch (Exception e) {
1919
s.close();
2020
System.exit(0);
21-
}
21+
}
2222
}
2323

2424
public static int[] gcd(int a, int b) {

0 commit comments

Comments
 (0)