MCPcopy Create free account
hub / github.com/Manvityagi/PW-Skills-Java-Course-Codes / Main

Class Main

Lecture 16 Arrays Problem Solving/src/Main.java:1–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1public class Main {
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