Hello world!

My blog is up and running. According to custom, the first program on a new system is always ‘hello world’:

#include <stdio.h>

int
main()
{
   printf( "Hello world!\n" );
   return 0;
}

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Spam Protection by WP-SpamFree