MCPcopy Index your code
hub / github.com/doocs/source-code-hunter / main

Method main

Main.java:5–7  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

3 */
4public class Main {
5 public static void main(String[] args) {
6 System.out.println("互联网公司常用框架源码赏析");
7 }
8}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected