Entry 382

HelloWorld.cpp

   

Submitted by anonymous on July 9, 2007 at 7:05 p.m.
Language: C++. Code size: 116 bytes.

#include <iostream>
int main(int argc, char *argv[]) {
  std::cout << "Hello world!" << std::endl;
  return 0;
}

This snippet took 0.01 seconds to highlight.

Back to the Entry List or Home.

Delete this entry (admin only).