first commit
This commit is contained in:
8
CS1322/t2/Test1.java
Normal file
8
CS1322/t2/Test1.java
Normal file
@@ -0,0 +1,8 @@
|
||||
public class Test1{
|
||||
public Test1(){
|
||||
System.out.println("test1()");
|
||||
}
|
||||
public Test1(String name){
|
||||
System.out.println("test1("+name+")");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user