MCPcopy Create free account
hub / github.com/Manvityagi/PW-Skills-Java-Course-Codes / main

Method main

Lecture 29 - Recursion PS2/src/SOD.java:7–9  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

5 }
6
7 public static void main(String[] args) {
8 System.out.println(sod(12345));
9 }
10}

Callers

nothing calls this directly

Calls 1

sodMethod · 0.95

Tested by

no test coverage detected