Skip to content

Instantly share code, notes, and snippets.

@cmaneu
Created July 12, 2016 13:52
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 cmaneu/b703339a09b066d9cd7cab4434787a6c to your computer and use it in GitHub Desktop.
Save cmaneu/b703339a09b066d9cd7cab4434787a6c to your computer and use it in GitHub Desktop.
Demo
public class Demo
{
public void DoThings()
{
int i = 2;
i++;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment