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

Method main

src/pkgTest/Test.java:8–12  ·  view source on GitHub ↗
(String args[])

Source from the content-addressed store, hash-verified

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