blob: 3f96419c0499a1d629c7bbdc86c002380a3dbd2c [file] [log] [blame]
package test0516;
import java.util.*;
public class Test {
/**
* Javadoc comment
*/
public static void main(String[] args) {
/* method main */
System.out.println("Hello" + " world"); // comment
}
}