Guest User

Untitled

a guest
Apr 22nd, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. // Basic C++
  2.  
  3. #inclide <iostream>
  4.  
  5. using namspace std;
  6.  
  7. int main ()
  8. {
  9.  
  10. cout << "This Is"
  11. cout << "A Basic C++ For Noobs"
  12.  
  13. return 0;
  14. }
Add Comment
Please, Sign In to add comment