Skip to content

Instantly share code, notes, and snippets.

@cantahu
Created August 11, 2014 05:35
Show Gist options
  • Save cantahu/c773724b455fca4bb9a2 to your computer and use it in GitHub Desktop.
Save cantahu/c773724b455fca4bb9a2 to your computer and use it in GitHub Desktop.
gist is what?
#include <stdio.h>
int
main(int ac, char **av)
{
printf("I love Programming with C.\n");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment