Created
September 10, 2012 20:04
-
-
Save aphyr/3693480 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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