Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Manvityagi/PW-Skills-Java-Course-Codes
/ main
Method
main
Lecture 10_Number_System/src/Main.java:4–7 ·
view source on GitHub ↗
(String[] args)
Source
from the content-addressed store, hash-verified
2
3
public
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
1
myPrint
Method · 0.95
Tested by
no test coverage detected