blob: 38f4fe6f7f3040d55d5a695b629f9fa3c6210be0 [file] [log] [blame]
import java.util.Hashtable;
class A_testInvalidSelection_in {
public static void main(String[] args) {
Hashtable h = new Hashtable();
System.out.println("Hello, world!");
}
}