Advertisement
Guest User

Untitled

a guest
Oct 11th, 2013
1,667
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.11 KB | None | 0 0
  1. main()
  2. {
  3.     IniciarTempo();
  4.  
  5.     for(new i=0; i<100; i++)
  6.     {
  7.         print("");
  8.     }
  9.     FinalizarTempo();
  10.     return 1;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement