Initial commit
This commit is contained in:
9
testclass/Test.java
Normal file
9
testclass/Test.java
Normal file
@@ -0,0 +1,9 @@
|
||||
package testclass;
|
||||
|
||||
public class Test {
|
||||
String testfield;
|
||||
public static int otherField;
|
||||
public static void Main(String[] args) {
|
||||
System.out.println("Hello World!");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user