MCPcopy Create free account
hub / github.com/HelloBush/Java_MHXYdemo / Test

Class Test

src/pkgTest/Test.java:7–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import pkgBean.GamePointBean;
6
7public class Test {
8 public static void main(String args[]){
9 String s1 = "001122";
10 String s2 = "001122";
11 System.out.println(s1.hashCode()^s2.hashCode());
12 }
13}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected