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

Class Main

Lecture 10_Number_System/src/Main.java:3–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import myPackage.MyClass;
2
3public class Main {
4 public static void main(String[] args) {
5 MyClass obj = new MyClass();
6 obj.myPrint();
7 }
8}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected