Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Hazrat-Ali9/Java-Programming
/ main
Method
main
Hello World.java:2–5 ·
view source on GitHub ↗
(String[] args)
Source
from the content-addressed store, hash-verified
1
public
class
HelloWorld {
2
public
static
void
main(String[] args)
3
{
4
System.out.println(
"Hello, World"
);
5
}
6
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected