Skip to content

Commit bf54316

Browse files
committed
Added Goldbach's Conjecture algorithm.
1 parent e1254ea commit bf54316

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/thealgorithms/maths/GoldbachConjecture.java

-1
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,4 @@ public static void main(String[] args) {
5454
System.out.println("Wrong Input");
5555
}
5656
}
57-
5857
}

0 commit comments

Comments
 (0)