Thursday, December 23, 2004

Me first Blog

# include <stdio.h> // Include library
# include <iostream.h>


void main (void) // Main starts
{

for(int x=0; x= oo; x++) // For loop begins


{cout<<"Hello world"<< "This is me first blog on blogger"<< "Hope i got the code write" << "Long time since i have done any sort of programming" <<

cout<<"/n"<< " Till I return then, .. ADIOS AMIGO" ;
} // For loop ends

} // End of Main


** Good Programmers always include comments :)