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