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