ahmed0saber

n , t and r in C++

Nov 8th, 2020
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.20 KB | None | 0 0
  1. #include <iostream>
  2. #include <windows.h>
  3. using namespace std;
  4. int main()
  5. {
  6.     cout<<"\rHELLO";
  7.     Beep(0,2000);
  8.     cout<<"\rhello";
  9.     cout<<"\n\n\nHELLO\nhello\n\n\n";
  10.     cout<<"\t\tHELLO\t\thello";
  11. }
Advertisement
Add Comment
Please, Sign In to add comment