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

Method main

src/com/blankj/medium/_0017/Solution.java:55–58  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

53 }
54
55 public static void main(String[] args) {
56 Solution solution = new Solution();
57 System.out.println(solution.letterCombinations("23"));
58 }
59}

Callers

nothing calls this directly

Calls 1

letterCombinationsMethod · 0.95

Tested by

no test coverage detected