MCPcopy Index your code
hub / github.com/BruceEckel/OnJava8-Examples / main

Method main

enums/RoShamBo3.java:43–45  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

41 @Override
42 public abstract Outcome compete(RoShamBo3 it);
43 public static void main(String[] args) {
44 RoShamBo.play(RoShamBo3.class, 20);
45 }
46}
47/* Output:
48ROCK vs. ROCK: DRAW

Callers

nothing calls this directly

Calls 1

playMethod · 0.95

Tested by

no test coverage detected