Skip to content

Instantly share code, notes, and snippets.

@Mactarvish
Created July 19, 2015 02:13
Show Gist options
  • Save Mactarvish/ccd07fc589d90ef55670 to your computer and use it in GitHub Desktop.
Save Mactarvish/ccd07fc589d90ef55670 to your computer and use it in GitHub Desktop.
The first time I use the github
#include <stdio.h>
#define HelloGit printf("HelloGit");
int main
{
HelloGit
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment