MCPcopy 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
4public 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

printMethod · 0.45

Tested by

no test coverage detected