Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <iostream>
- #include <windows.h>
- using namespace std;
- int main()
- {
- cout<<"\rHELLO";
- Beep(0,2000);
- cout<<"\rhello";
- cout<<"\n\n\nHELLO\nhello\n\n\n";
- cout<<"\t\tHELLO\t\thello";
- }
Advertisement
Add Comment
Please, Sign In to add comment