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