Skip to content

Instantly share code, notes, and snippets.

@anchitjain1234
Created May 1, 2015 13:42
Show Gist options
  • Save anchitjain1234/5a6864c662b0c9ff262d to your computer and use it in GitHub Desktop.
Save anchitjain1234/5a6864c662b0c9ff262d to your computer and use it in GitHub Desktop.
#include <stdio.h>
#include <stdlib.h>
int main(int argc,char* argv[])
{
printf("Hello World!");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment