Skip to content

Instantly share code, notes, and snippets.

@Flaque
Created June 6, 2014 02:28
Show Gist options
  • Save Flaque/61cccce58f2a1618e4e1 to your computer and use it in GitHub Desktop.
Save Flaque/61cccce58f2a1618e4e1 to your computer and use it in GitHub Desktop.
public class MathLesson {
public static void main(String[] args){
int number = 0;
number++;
number--;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment