Skip to content

Commit

Permalink
Attempt p7 in Java (6)
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Sep 16, 2024
1 parent 14d2c65 commit 33f8fb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions java/src/main/java/euler/p0007.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
*/
package euler;

import euler.lib.Primes;

public class p0007 implements IEuler {
@Override
public Object answer() {
Expand Down

0 comments on commit 33f8fb6

Please sign in to comment.