Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hazrat-Ali9/Java-Programming
/ HelloWorld
Class
HelloWorld
Hello World.java:1–6 ·
view source on GitHub ↗
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