Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save LoadDragon0000000000/987535c10fef76a585f89de84fad5228 to your computer and use it in GitHub Desktop.
Save LoadDragon0000000000/987535c10fef76a585f89de84fad5228 to your computer and use it in GitHub Desktop.
#include <stdio.h>
int main()
{
int number = 100;
printf("%d", &number);
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment