HelloWorld 程序
This commit is contained in:
parent
46edcb4a9c
commit
8b706fb938
|
@ -0,0 +1,13 @@
|
||||||
|
package com.ossez.lang.tutorial.overview;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Java Tutorial
|
||||||
|
*
|
||||||
|
* @author YuCheng
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public class HelloWorld {
|
||||||
|
public static void main(String[] args) {
|
||||||
|
System.out.println("Hello World");
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue