Skip to content

Instantly share code, notes, and snippets.

@abhisekpadhi
Created November 6, 2016 06:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abhisekpadhi/3a3b3d196d3470f7de4c278b18df93d9 to your computer and use it in GitHub Desktop.
Save abhisekpadhi/3a3b3d196d3470f7de4c278b18df93d9 to your computer and use it in GitHub Desktop.
Sample C Program for Eclipse CDT
#include <stdio.h>
#include <stdlib.h>
int main (void)
{
puts ("Welcome TO ScrollStory Blog !");
return EXIT_SUCCESS;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment