MCPcopy Create free account
hub / github.com/PrajaktaSathe/Java / main

Method main

Programs/Games/HangMan.java:136–140  ·  view source on GitHub ↗
(String args[])

Source from the content-addressed store, hash-verified

134 }
135
136 public static void main(String args[]) {
137 HangMan h = new HangMan();
138 h.play();
139
140 }
141}

Callers

nothing calls this directly

Calls 1

playMethod · 0.95

Tested by

no test coverage detected