blob: 6b4d9318a20f1993ee3817fd45bce6e4008a6e89 [file] [log] [blame]
package test0103;
import java.util.*;
public class Test {
public static void main(String[] args) {
System.out.println("Hello" + " World" + "!" + "!");
}
}