Entry 3836

C++ – Hello, world!

   

Submitted by anonymouse on May 17, 2010 at 6:21 p.m.
Language: C++. Code size: 84 bytes.

#include <iostream>

int main() {
  std::cout << "Hello, world!" << std::endl;
}

This snippet took 0.00 seconds to highlight.

Back to the Entry List or Home.

Delete this entry (admin only).