Guest User

Untitled

a guest
Jun 22nd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. #include
  2.  
  3. using namespace std;
  4.  
  5. int main()
  6. {
  7. cout << "Hello world!" << endl;
  8. return 0;
  9. }
Add Comment
Please, Sign In to add comment