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