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