/**
 * Java file created by JControl/IDE
 *
 * @author Author
 * @date   Date
 *
 */
public class Test {
 
    public Test() {
        // add your code here
    }

    public static void main(String[] args) {
        new Test();
    }
}
