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

Method hello

01jvm/lib/HelloKimmking.java:3–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1
2public class HelloKimmking {
3 public void hello() {
4 System.out.println("hello,kimmking.");
5 }
6}

Callers

nothing calls this directly

Calls 1

printlnMethod · 0.80

Tested by

no test coverage detected