mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
14 lines
176 B
Java
14 lines
176 B
Java
package com.gitee.sop;
|
|
|
|
/**
|
|
* Hello world!
|
|
*
|
|
*/
|
|
public class App
|
|
{
|
|
public static void main( String[] args )
|
|
{
|
|
System.out.println( "Hello World!" );
|
|
}
|
|
}
|