Wednesday, May 04, 2005

Init

#include 
int main(void)
{
printf("Hello World! ... ... ... ...\n");
exit(0);
}