Java注释

单行 多行 文档

public class HelloWorld {
public static void main (String [] args) {
//output hello world
/* output
hello
world
*/

    /**
     * @description helloword
     * @author alex
     */


    System.out.println("Hello World!");
}

}

posted @ 2021-03-17 19:46  菲阳公社  阅读(33)  评论(0)    收藏  举报