Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Manvityagi/PW-Skills-Java-Course-Codes
/ main
Method
main
Lecture 03/src/Main.java:2–4 ·
view source on GitHub ↗
(String[] args)
Source
from the content-addressed store, hash-verified
1
public
class
Main {
2
public
static
void
main(String[] args) {
3
System.out.println(
"Hello world! - Physics Wallah"
);
4
}
5
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected