Advertisement
Guest User

Untitled

a guest
May 3rd, 2016
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. //*******************************************************************
  2. // Java compiler created in PHP to quickly and safely test code.
  3. // NOTE: please read the 'More Info' tab to the right for shortcuts.
  4. //*******************************************************************
  5.  
  6. import java.lang.Math; // header stuff MUST go above the first class
  7.  
  8. // our main class becomes a file but the main method is still found
  9. public class HelloWorld
  10. {
  11. public static void main(String[] args)
  12. {
  13. String test = "5150472335785984-2ca8651a-c7fd-4b5d-86f1-c67c04a12b34";
  14. System.out.println(test.hashCode());
  15. }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement