Skip to content

Instantly share code, notes, and snippets.

@thesp0nge
Created October 22, 2010 10:20
Show Gist options
  • Save thesp0nge/640297 to your computer and use it in GitHub Desktop.
Save thesp0nge/640297 to your computer and use it in GitHub Desktop.
A java retouch
public int metodo() {
return (i<3)? 4 : 5;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment