Advertisement
Igorkot_yt

Untitled

Nov 16th, 2022 (edited)
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. #include <iostream>
  2. #include <Windows.h>
  3. #include <cstdlib>
  4. using namespace std;
  5.  
  6. int main()
  7. {
  8. cout << R"( __
  9. < o|__
  10. \____|)";
  11. for (;;){
  12. cout << "\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b" << R"( __
  13. < |__
  14. \____|)";
  15. Sleep(200);
  16. cout << "\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b" << R"( __
  17. < o|__
  18. \____|)";
  19. }
  20. return 0;
  21. }
  22.  
  23. __
  24. < o|__
  25. \____|
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement