#include <stdio.h>

 

int main( void )

 

{

 

      int i=0;

 

      while (i < 99)

 

      {

 

         printf( "This is a test of the malware broadcasting system, this is only a test - FF.FF.FF.FF\n" );

 

         i++;

 

      }

 

    return 0;

 

}