1   
2   // This file was generated by Intellego. Do not modify
3   
4   class RealSe101Robot
5   {
6       public static void main(String args[])
7       {
8           Se101Robot a=new Se101Robot();
9           a.initController(new real.RealRCX(a));
10          a.run();
11      }
12  }