Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dhanji/g3
/ Example
Method
Example
examples/test_code/Example.java:4–6 ·
view source on GitHub ↗
(String name)
Source
from the content-addressed store, hash-verified
2
private
String name;
3
4
public
Example(String name) {
5
this.name = name;
6
}
7
8
public
void
greet() {
9
System.out.println(
"Hello, "
+ name);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected