package kareltherobot;


class KarelMain implements Directions
{	public static void main(String [] args)
	{	
		 
		TwoXRobot karel = new TwoXRobot();
		
		int x = 5;
		for(int i = 0; i<x, ++i)
			karel.moveAndLearn();
		karel.compute();
	}

	static
	{	World.setSize(20,15);
		World.setVisible(true);
	
	}
}