MCPcopy Create free account
hub / github.com/algorithmzuo/videocode / main

Method main

src/videocode/Code04_EatGrass.java:49–53  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

47 }
48
49 public static void main(String[] args) {
50 for (int i = 0; i <= 50; i++) {
51 System.out.println(i + " : " + winner1(i));
52 }
53 }
54
55}

Callers

nothing calls this directly

Calls 1

winner1Method · 0.95

Tested by

no test coverage detected