Skip to content

Instantly share code, notes, and snippets.

@soasme
Created July 28, 2013 13:40
Show Gist options
  • Save soasme/6098618 to your computer and use it in GitHub Desktop.
Save soasme/6098618 to your computer and use it in GitHub Desktop.
-2^31
public class a {
public static void main(String[] args){
System.out.println("polygenelubricants".hashCode()); //-2147483648
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment