MCPcopy Create free account
hub / github.com/Freeze777/SDE-Interviewer-Notes / main

Method main

LeetCodeJava/src/main/java/Practice.java:6–9  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

4 }
5
6 public static void main(String[] args) {
7 var p = new Practice();
8 System.out.println(p.solve());
9 }
10}
11
12

Callers

nothing calls this directly

Calls 1

solveMethod · 0.95

Tested by

no test coverage detected