Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/autozimu/LanguageClient-neovim
/ App
Class
App
tests/data/sample-java/src/main/java/app/App.java:7–13 ·
view source on GitHub ↗
Hello world!
Source
from the content-addressed store, hash-verified
5
*
6
*/
7
public
class
App
8
{
9
public
static
void
main( String[] args )
10
{
11
System.out.println(
"Hello World!"
);
12
}
13
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected