The Shawshank Redemption

class AndyDuffrain implements PrisonBreak{
      private boolean isTimeToRun = false;
      private Friend Red;
      public breakWall(){
             if(!isTimeToRun){
                    breakWall();
             }
      }
      public static void Main(){
           for(int i = 0; i < 30;i++){
                  breakWall();
                  if(TommyWilliams.isDead){
                           timeToRun = true;
                 }
           }
       
      }

}
Vote up this code3