MCPcopy Index your code
hub / github.com/Hazrat-Ali9/Java-Programming / main

Method main

Hello World.java:2–5  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

1public class HelloWorld {
2 public static void main(String[] args)
3 {
4 System.out.println("Hello, World");
5 }
6}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected