Skip to content

Instantly share code, notes, and snippets.

@andu1989anand
Last active September 15, 2016 07:43
Show Gist options
  • Save andu1989anand/be7a85b2703097a59f5257f8d7db793e to your computer and use it in GitHub Desktop.
Save andu1989anand/be7a85b2703097a59f5257f8d7db793e to your computer and use it in GitHub Desktop.
first c pgm
#include<stdio.h>
void main()
{
printf("anand");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment