Guest User

Untitled

a guest
Jan 17th, 2019
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. #include <windows.h>
  2. #include <stdio.h>
  3.  
  4. int main()
  5. {
  6. printf("hola esta linea no la quiero borrar");
  7. printf("nesta tampoco quiero borrarla);
  8. printf("nquiero que el programa me borre esta linea");
  9. printf("nquiero que el programa me borre tambien esta linea");
  10. Sleep(50000);
  11. }
Add Comment
Please, Sign In to add comment