Skip to content

Instantly share code, notes, and snippets.

@mneko22
Last active August 29, 2015 14:09
Show Gist options
  • Save mneko22/f084156d2315396c85d0 to your computer and use it in GitHub Desktop.
Save mneko22/f084156d2315396c85d0 to your computer and use it in GitHub Desktop.
#include <stdio.h>
static int a=0;
int main(void){
// Here your code !
printf("test\n");
int f;
printf("%d\n",a);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment