Skip to content

Instantly share code, notes, and snippets.

Created January 1, 2013 20:27
Show Gist options
  • Save anonymous/4429806 to your computer and use it in GitHub Desktop.
Save anonymous/4429806 to your computer and use it in GitHub Desktop.
Hello Reshma
#include<stdio.h>
int main(){
printf("Hello, Reshma :)\n");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment