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

Your snipt has been migrated to #newsnipt successfully.

Hello World

c

posted: Aug, 3rd 2010 | jump to bottom

#include <stdio.h>
 
int main(){
	printf("Hello World!");
	return 0;
}
 
20 views