Skip to content

Instantly share code, notes, and snippets.

@louisom
Created March 7, 2017 18:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save louisom/06f17f984fe6dff644af1d8eb3aca118 to your computer and use it in GitHub Desktop.
Save louisom/06f17f984fe6dff644af1d8eb3aca118 to your computer and use it in GitHub Desktop.
main.c
#include <stdio.h>
int main() {
{
int i = 10;
}
printf("%d\n", i);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment