Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Genivia/ugrep
/ main
Method
main
tests/Hello.java:4–6 ·
view source on GitHub ↗
(String[] arg)
Source
from the content-addressed store, hash-verified
2
3
public
class
Hello
// prints a Hello World! greeting
4
{
public
static
void
main(String[] arg)
5
{ System.out.println(
"Hello World!"
);
6
}
7
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected