The Easiest Way to Save and Share Code Snippets on the web

Your snipt has been migrated to #newsnipt successfully.

hello world

c

posted: Mar, 20th 2010 | jump to bottom

#include <stdio.h>
 
int main()
{
	printf("hello, world\n");
	return 0;
}
27 views