Skip to content

Instantly share code, notes, and snippets.

@Mortimerp9
Created February 19, 2014 17:46
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 Mortimerp9/9097361 to your computer and use it in GitHub Desktop.
Save Mortimerp9/9097361 to your computer and use it in GitHub Desktop.
(_<o.O) java cat.
public class Bar {
class O {
int O = 0;
}
int _ = 10;
O o = new O();
Boolean foo = (_<o.O);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment