Advertisement
Guest User

Untitled

a guest
Jul 27th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. #include <iostream>
  2. #include <windows.h>
  3. using namespace std;
  4. int main(){
  5. while(true){
  6. system("Color 1A");
  7. std::cout << "\t\t\t AI GRIJA DE OCII TAI!" << std::endl;
  8. system("Color 2B");
  9. std::cout << "\t\t\t AI GRIJA DE OCII TAI!" << std::endl;
  10. system("Color 3C");
  11. std::cout << "\t\t\t AI GRIJA DE OCII TAI!" << std::endl;
  12. system("Color 4D");
  13. std::cout << "\t\t\t AI GRIJA DE OCII TAI!" << std::endl;
  14. system("Color 5E");
  15. std::cout << "\t\t\t AI GRIJA DE OCII TAI!" << std::endl;
  16. system("Color 6F");
  17. std::cout << "\t\t\t AI GRIJA DE OCII TAI!" << std::endl;
  18. system("Color A1");
  19. std::cout << "\t\t\t AI GRIJA DE OCII TAI!" << std::endl;
  20. system("Color B2");
  21. std::cout << "\t\t\t AI GRIJA DE OCII TAI!" << std::endl;
  22. system("Color C3");
  23. std::cout << "\t\t\t AI GRIJA DE OCII TAI!" << std::endl;
  24. system("Color D4");
  25. std::cout << "\t\t\t AI GRIJA DE OCII TAI!" << std::endl;
  26. system("Color E5");
  27. std::cout << "\t\t\t AI GRIJA DE OCII TAI!" << std::endl;
  28. system("Color F6");
  29. std::cout << "\t\t\t AI GRIJA DE OCII TAI!" << std::endl;
  30. }
  31. return 0;
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement