Skip to content

Instantly share code, notes, and snippets.

@samueleresca
Created March 27, 2020 21:41
Show Gist options
  • Save samueleresca/44b3e47dc12bdec391e1d63488fd869b to your computer and use it in GitHub Desktop.
Save samueleresca/44b3e47dc12bdec391e1d63488fd869b to your computer and use it in GitHub Desktop.
public void IncrementCounter() {
int counter = 0;
counter++;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment