DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Hello World - C
#include <stdio.h>
main()
{
for(;;)
{
printf ("Hello World!\n");
}
}






Comments
Snippets Manager replied on Sat, 2010/08/07 - 10:24pm
Karl Smith replied on Tue, 2007/12/25 - 6:11pm
Snippets Manager replied on Fri, 2007/01/26 - 8:26pm
Snippets Manager replied on Mon, 2012/05/07 - 2:12pm