Skip to content

Instantly share code, notes, and snippets.

@mahata
Created March 15, 2011 13:19
Show Gist options
  • Save mahata/870704 to your computer and use it in GitHub Desktop.
Save mahata/870704 to your computer and use it in GitHub Desktop.
Hello World! (C)
#include <stdio.h>
int main()
{
printf("Hello, World!\n");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment