Skip to content

Commit f62bb60

Browse files
committedJul 25, 2024·
update 204
1 parent b8ac792 commit f62bb60

File tree

1 file changed

+0
-1
lines changed
  • src/main/java/com/fishercoder/solutions/firstthousand

1 file changed

+0
-1
lines changed
 

‎src/main/java/com/fishercoder/solutions/firstthousand/_204.java

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package com.fishercoder.solutions.firstthousand;
22

33
public class _204 {
4-
54
public static class Solution1 {
65
public int countPrimes(int n) {
76
boolean[] notPrime = new boolean[n];

0 commit comments

Comments
 (0)
Please sign in to comment.