Skip to content

Commit 1d691c1

Browse files
committed
Java code
1 parent f71d0c7 commit 1d691c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SumAndSort.java renamed to Sum.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import java.io.File;
33
import java.io.FileNotFoundException;
44

5-
public class SumAndSort {
5+
public class Sum {
66
public static void main(String[] args) throws FileNotFoundException {
77
File file = new File("Ints.txt");
88
sumInts(file);

0 commit comments

Comments
 (0)