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