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

Method main

src/com/blankj/easy/_0118/Solution.java:35–38  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

33 }
34
35 public static void main(String[] args) {
36 Solution solution = new Solution();
37 System.out.println(solution.generate(5));
38 }
39}

Callers

nothing calls this directly

Calls 1

generateMethod · 0.95

Tested by

no test coverage detected