Skip to content

Commit ffba0ce

Browse files
committed
add first test class
1 parent a3b368b commit ffba0ce

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
package com.wusa.assignment1;
2+
3+
public class TestDriver {
4+
5+
public static void main(String[] args) {
6+
// TODO Auto-generated method stub
7+
System.out.println("Hello World");
8+
}
9+
10+
}

0 commit comments

Comments
 (0)