Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. #include "stdafx.h"
  2. #include <iostream>
  3. using namespace std;
  4.  
  5. int _tmain(int argc, _TCHAR* argv[]){
  6. string s;
  7. s = "hello";
  8. cout << s;
  9. return 0;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement