public class HelloWorld { public static void main (String [] args) { //output hello world /* output hello world */
/** * @description helloword * @author alex */
System.out.println("Hello World!"); }
}