MCPcopy Create free account
hub / github.com/MolinDeng/Princeton-algs4 / main

Method main

00Lab-HelloWorld/HelloWorld.java:8–10  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

6
7public class HelloWorld {
8 public static void main(String[] args) {
9 System.out.println("Hello, World");
10 }
11}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected