document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. /**
  2.  *
  3.  * @author Steve D.
  4.  * @version 1.0.1
  5.  */
  6. public class mainGTO
  7. {
  8.     public static void main( String[] args )
  9.     {
  10.         GTO theGTO = new GTO();
  11.         theGTO.run();
  12.     }
  13. }
');