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

Method main

src/com/blankj/easy/_0070/Solution.java:21–24  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

19 }
20
21 public static void main(String[] args) {
22 Solution solution = new Solution();
23 System.out.println(solution.climbStairs(3));
24 }
25}

Callers

nothing calls this directly

Calls 1

climbStairsMethod · 0.95

Tested by

no test coverage detected