纪念起始之源-Hello World

来源:互联网 发布:淘宝五金冠女装店铺 编辑:程序博客网 时间:2024/05/16 00:27
/**
 * main:不忘初心
 * 
 * @author Simplxs
 * 
 */
public class Simplxs {


/**
* @param args
*/
public static void main(String[] args) {
// TODO Auto-generated method stub
System.out.println("Hello World!");
}


}
0 0