Last active
September 15, 2016 07:43
-
-
Save andu1989anand/be7a85b2703097a59f5257f8d7db793e to your computer and use it in GitHub Desktop.
first c pgm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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