Skip to content

Instantly share code, notes, and snippets.

@afcidk
Created October 16, 2016 10:00
Show Gist options
  • Save afcidk/dd9ead30936eaf1de43c884bb6383b99 to your computer and use it in GitHub Desktop.
Save afcidk/dd9ead30936eaf1de43c884bb6383b99 to your computer and use it in GitHub Desktop.
void wrong_change(int number) {
int num;
num = number;
num++;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment