public class main {
public static void main(String[] args) {
start s=new start();
s.begin();
}

}