Skip to content

Instantly share code, notes, and snippets.

@Rembane
Created December 13, 2015 19:45
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 Rembane/32dff947efc5a81a2ba7 to your computer and use it in GitHub Desktop.
Save Rembane/32dff947efc5a81a2ba7 to your computer and use it in GitHub Desktop.
#include <stdio.h>
int main() {
int x = 42;
int *p = &x;
printf("Value of the cosplayer: %d", p);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment