public class drive{
	public static void main(String arg[])throws Exception{
		Move2 newBot=new Move2();
		newBot.moveForward();
		}


	}