学习文档提交
This commit is contained in:
5
JavaSE/simple/src/HellowWorld.java
Normal file
5
JavaSE/simple/src/HellowWorld.java
Normal file
@@ -0,0 +1,5 @@
|
||||
public class HellowWorld {
|
||||
public static void main(String[] args) {
|
||||
System.out.println("hello world");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user