MCPcopy Create free account
hub / github.com/chenrui-hu1/springcloud1-sample / main

Method main

api-gateway/src/main/java/com/wilfcode/Main.java:6–18  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

4// then press Enter. You can now see whitespace characters in your code.
5public class Main {
6 public static void main(String[] args) {
7 // Press Alt+Enter with your caret at the highlighted text to see how
8 // IntelliJ IDEA suggests fixing it.
9 System.out.printf("Hello and welcome!");
10
11 // Press Shift+F10 or click the green arrow button in the gutter to run the code.
12 for (int i = 1; i <= 5; i++) {
13
14 // Press Shift+F9 to start debugging your code. We have set one breakpoint
15 // for you, but you can always add more by pressing Ctrl+F8.
16 System.out.println("i = " + i);
17 }
18 }
19}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected