Skip to content

Instantly share code, notes, and snippets.

@coldnew
Created July 20, 2016 09:29
Show Gist options
  • Select an option

  • Save coldnew/83bd1541cdb870e57fea710a61055ba6 to your computer and use it in GitHub Desktop.

Select an option

Save coldnew/83bd1541cdb870e57fea710a61055ba6 to your computer and use it in GitHub Desktop.
#include <stdio.h>
int main()
{
int a = 42;
printf("%d\n", a);
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment