Guest User

Untitled

a guest
Oct 17th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. #include <iostream>
  2.  
  3. using namespace std;
  4.  
  5. int Main()
  6.  
  7. {
  8. cout << "Hallo Welt";
  9. cin.get();
  10. }
Add Comment
Please, Sign In to add comment