MCPcopy Create free account
hub / github.com/Blankj/awesome-java-leetcode / main

Method main

src/com/blankj/easy/_0038/Solution.java:32–37  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

30 }
31
32 public static void main(String[] args) {
33 Solution solution = new Solution();
34 for (int i = 1; i < 6; i++) {
35 System.out.println(solution.countAndSay(i));
36 }
37 }
38}

Callers

nothing calls this directly

Calls 1

countAndSayMethod · 0.95

Tested by

no test coverage detected