Share Pastebin
Guest
Public paste!

ngr

By: a guest | Sep 5th, 2010 | Syntax: None | Size: 0.07 KB | Hits: 25 | Expires: Never
This paste has a previous version, view the difference. Copy text to clipboard
  1. #include <iostream.h>
  2.  
  3. int main ()
  4. {
  5. cout << "Hello World!" << endl;
  6. }