import java.awt.Color; import kareltherobot.*; public class RCRunner implements Directions { // Main entry point public static void main(String[] args) { World.setDelay(10); World.placeBeepers(2, 1, 1); World.setVisible(); RemoteControl karel = new RemoteControl(3, 1, East, 3 , Color.RED); } }