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