Skip to content

Commit

Permalink
Remove package declaration at PrimeFactors
Browse files Browse the repository at this point in the history
  • Loading branch information
fatosmorina committed Apr 12, 2017
1 parent c754b98 commit e4af65c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion UVa/PrimeFactors.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ greater than unity (with fi ≤ fj for i < j), the format of the output line sho
200 = 2 x 2 x 2 x 5 x 5*/

//https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=524
package UVa;

import java.util.ArrayList;
import java.util.Collections;
Expand Down

0 comments on commit e4af65c

Please sign in to comment.