View Single Post
  #2  
Old 03-06-2009, 09:06 AM
Stream Recorder
 
Posts: n/a
Default

Re: Code monkey


Code:
#include <iostream>

int main()
{
//std::cout << "Hello world!" << std::endl;
std::cout << "Welcome to the forum! LOL :)))" << std::endl;
}
Reply With Quote