Anonymous (owner)

Revisions

  • b3e75d Mon Jul 21 15:05:52 -0700 2008
  • 41db54 Mon Jul 21 15:05:27 -0700 2008
gist: 347 Download_button fork
public
Public Clone URL: git://gist.github.com/347.git
helloworld.cpp
1
2
3
4
5
6
include <iostream.h>
 
int main(int argc, char *argv[])
{
  std::cout << "Hello" << " " << "world." << std::endl;
}