fork download
  1. public class Main {
  2. public static void main(String[] args) {
  3. System.out.println("BX".hashCode());
  4. System.out.println("Aw".hashCode());
  5. }
  6. }
  7.  
Success #stdin #stdout 0.02s 245632KB
stdin
Standard input is empty
stdout
2134
2134