We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f71d0c7 commit 1d691c1Copy full SHA for 1d691c1
SumAndSort.java renamed to Sum.java
@@ -2,7 +2,7 @@
2
import java.io.File;
3
import java.io.FileNotFoundException;
4
5
-public class SumAndSort {
+public class Sum {
6
public static void main(String[] args) throws FileNotFoundException {
7
File file = new File("Ints.txt");
8
sumInts(file);
0 commit comments