
package com.chenlb;
/**
* 类注释.
* @author chenlb 2008-9-4
*/
public class HelloWorld {
/**
* 方法
* @param args 参数
*/
public static void main(String[] args) {
// TODO 打印
/*
* 块注释
*/
System.out.println("Hello World!"); //行注释
}
}//源代码片段来自云代码http://yuncode.net



