Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dhanji/g3
/ greet
Method
greet
examples/test_code/Example.java:8–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6
}
7
8
public
void
greet() {
9
System.out.println(
"Hello, "
+ name);
10
}
11
12
public
static
void
main(String[] args) {
13
Example example =
new
Example(
"Java"
);
Callers
1
main
Method · 0.95
Calls
1
println
Method · 0.45
Tested by
no test coverage detected