class testHanoi { public static void main(String [] args){ Hanoi tryy=new Hanoi(5,1,2,3); } }