Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <iostream>
- #include <cstdio>
- #include <cstdlib>
- #include <conio.h>
- using namespace std;
- int main() {
- cout << "Sup" << endl;
- system("PAUSE");
- clrscr();
- cout << "Hello" << endl;
- }
RAW Paste Data