Thread: Jr Dev Code
View Single Post
  #1  
Old 05-22-2004, 08:44 PM
Kambic
Sarnak
 
Join Date: May 2003
Posts: 35
Default Jr Dev Code

#include <iostream.h>

int main()
{
<<
cout "Hello, World!"
<<
endl;
return 0;
}
Reply With Quote