Skip to content

Instantly share code, notes, and snippets.

@aphyr
Created September 10, 2012 20:04
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aphyr/3693480 to your computer and use it in GitHub Desktop.
Save aphyr/3693480 to your computer and use it in GitHub Desktop.
public final static RuntimeException ᚇ = new RuntimeException("┻━┻");
public void ノಠ益ಠノ彡(RuntimeException t) { throw t; }
public void ノಠ益ಠノ彡(Throwable t) { throw new RuntimeException(t); }
public int hashCode() {
ノಠ益ಠノ彡(ᚇ);
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment