Advertisement
Sandsky0

Untitled

May 29th, 2014
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.10 KB | None | 0 0
  1. #include<iostream.h>
  2. using namespace std;
  3. int main(){
  4.  
  5.     cout<<"Hello world!"<<endl;
  6.  
  7. return 0;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement