Skip to content

Commit c8ef1fd

Browse files
authored
Merge pull request TheAlgorithms#1314 from mariaRoxana94/fix-error
Fixed Error:(6, 8) java: class algorithm is public, should be declare…
2 parents bcf808a + 63e5ce4 commit c8ef1fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Maths/PrimeFactorization.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import java.lang.Math;
44
import java.util.Scanner;
55

6-
public class algorithm {
6+
public class PrimeFactorization {
77
public static void main(String[] args){
88
System.out.println("## all prime factors ##");
99
Scanner scanner = new Scanner(System.in);

0 commit comments

Comments
 (0)