Hello world, from DiZzyFliEs.blogspot.com

Last week I officially announced my one and a half year blog to civilization. The first person to know was no other than Leopard, my "spotted" friend. Haha. I only told a few people about it actually. Hopefully I would be announcing to more people soon.

In conjuction with this historical moment as a personal tribute to the good ol' C language, here's a big HELLO to everyone. This was the first ever programming language I learnt 11 years ago. My initial coding has some syntax error (I forgot some of the required brackets) because it has been a very long time since I coded in C. Karat already. So here it is:

/**********************************************/
#include<stdio.h>
main()
{
   printf("Hello World, from DiZzyFliEs.blogspot.com!!! ");

}

/**********************************************/

Comments

Popular Posts