Guest User

Untitled

a guest
Oct 16th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. #include <iostream>
  2.  
  3. int main(int argc, char *argv[])
  4. {
  5. std::cout << "Herro world!\n";
  6. system("PAUSE");
  7. return 0;
  8. }
Add Comment
Please, Sign In to add comment