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