el3

hello world c++

el3
Mar 11th, 2015
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5. cout << "!!!Hello World!!!" << endl; // prints !!!Hello World!!!
  6. return 0;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment