MCPcopy Create free account
hub / github.com/JavaCourse00/JavaCourseCodes / main

Method main

01jvm/HelloByteCode.java:3–5  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

1public class HelloByteCode {
2
3 public static void main(String[] args) {
4 System.out.println(new HelloByteCode());
5 }
6
7}

Callers

nothing calls this directly

Calls 1

printlnMethod · 0.80

Tested by

no test coverage detected