Skip to content

Instantly share code, notes, and snippets.

@aniketmlk6
Created July 7, 2021 03: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 aniketmlk6/8f2ce23cc576d68e76b5376f30a02504 to your computer and use it in GitHub Desktop.
Save aniketmlk6/8f2ce23cc576d68e76b5376f30a02504 to your computer and use it in GitHub Desktop.
public static void main(String[] args) {
int b = (7 > 2) ? 1 : 0;
System.out.println(b);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment