(String[] args)
| 4 | // then press Enter. You can now see whitespace characters in your code. |
| 5 | public 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected