spzx/spzx-manager/src/main/java/com/atguigu/App.java

14 lines
174 B
Java
Raw Normal View History

2024-03-22 17:48:02 +08:00
package com.atguigu;
/**
* Hello world!
*
*/
public class App
{
public static void main( String[] args )
{
System.out.println( "Hello World!" );
}
}