Skip to content

Commit 0b07a0c

Browse files
authored
Merge pull request #12 from tylerwh/adding_something_new
Testing github for DataStructures assignment
2 parents 8e407a5 + 75dee75 commit 0b07a0c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

test.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
import java.util.*;
22

33
// I am addingmore
4+
public class test {
5+
6+
public static void main(String[] args) {
7+
System.out.println("Too late, I have already added something.");
8+
}
9+
10+
}

0 commit comments

Comments
 (0)