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

Method solve

LeetCodeJava/src/main/java/Practice.java:2–4  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1public class Practice {
2 public Object solve() {
3 return null;
4 }
5
6 public static void main(String[] args) {
7 var p = new Practice();

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected