Skip to content

Instantly share code, notes, and snippets.

@junaidpv
Created July 14, 2010 08:06
Show Gist options
  • Save junaidpv/475167 to your computer and use it in GitHub Desktop.
Save junaidpv/475167 to your computer and use it in GitHub Desktop.
#include<stdio.h>
int main()
{
printf("Hello, World!");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment