Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/groovy
/ main
Method
main
benchmark/bench/hello.java:5–7 ·
view source on GitHub ↗
(String args[])
Source
from the content-addressed store, hash-verified
3
4
public
class
hello {
5
public
static
void
main(String args[]) {
6
System.out.print(
"hello world\n"
);
7
}
8
}
Callers
nothing calls this directly
Calls
1
print
Method · 0.45
Tested by
no test coverage detected