Advertisement
Combreal

consoleTemplate.cpp

Apr 2nd, 2018
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.21 KB | None | 0 0
  1. #include <iostream>
  2. #include <stdlib.h>
  3. #include <stdio.h>
  4. #include <string>
  5. #include <vector>
  6. #include <windows.h>
  7. using namespace std;
  8.  
  9. int main(void)
  10. {
  11.     cout<<"hello world"<<endl;
  12.     system("pause");
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement