MCPcopy Create free account
hub / github.com/PrajaktaSathe/Java / main

Method main

Programs/helloWorld.java:2–4  ·  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 System.out.println("Hello World!!");
4 }
5}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected