document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. main()
  2. {
  3.     IniciarTempo();
  4.  
  5.     for(new i=0; i<100; i++)
  6.     {
  7.         print("");
  8.     }
  9.     FinalizarTempo();
  10.     return 1;
  11. }
');