Skip to content

Instantly share code, notes, and snippets.

@gnitnaw
Last active March 30, 2016 07:43
Show Gist options
  • Save gnitnaw/932d05f53faef9c80bde to your computer and use it in GitHub Desktop.
Save gnitnaw/932d05f53faef9c80bde to your computer and use it in GitHub Desktop.
Deep C -- example 1
int main()
{
int a = 42;
printf("%d\n", a);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment