class DebugSeventeen2
{
 public static void main(String[] args)
  {
   FixDebugSeventeen2Thread aThread = FixDebugSeventeen2Thread();
   aThread.start();
  
  }
}