I see, learn and rediscover… everyday!
 
Day: <span>May 18, 2007</span>

Hello World …

I love Hello World programs. The reason is simple. Whenever i code a hello world, it means i am learning something new. I once found a huge collection of hello world programs here. And yes, i did a hello world program today. It is related cluster programming using MPI . 🙂 . The code for the hello world #include <stdio.h> …