MCPcopy Create free account
hub / github.com/Genivia/ugrep / Hello

Class Hello

tests/Hello.java:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import java.lang.*;
2
3public 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