Skip to content

Instantly share code, notes, and snippets.

@uskey512
Created December 22, 2019 08:41
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 uskey512/06ed804131582f49ce56976e7786503b to your computer and use it in GitHub Desktop.
Save uskey512/06ed804131582f49ce56976e7786503b to your computer and use it in GitHub Desktop.
class IntCompare {
public static void main(String[] args) {
int a = 100;
int b = 100;
System.out.println(a == b);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment