This commit is contained in:
loremwalker
2018-05-26 03:30:41 +08:00
parent e053f6cac5
commit 6162670a12
33 changed files with 517 additions and 0 deletions

5
Test/HelloWorld.java Normal file
View File

@ -0,0 +1,5 @@
public class HelloWorld{
public static void main(String args[]){
System.out.println("HelloWorld");
}
}