Share Pastebin
Guest
Public paste!

ngr

By: a guest | Sep 5th, 2010 | Syntax: None | Size: 0.08 KB | Hits: 26 | Expires: Never
Copy text to clipboard
  1. #include <iostream.h>
  2.  
  3. int main ()
  4.  
  5. {
  6.  
  7. cout << "Hello World!" << endl;
  8.  
  9. }