Skip to content

Commit

Permalink
Update Main.java
Browse files Browse the repository at this point in the history
  • Loading branch information
testpraveen authored Apr 22, 2024
1 parent f81f8af commit 2c13ad7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/src/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ public static void main(String[] args) {
System.out.printf("Hello and welcome3!");
System.out.printf("Hello and welcome4!");
System.out.printf("Hello and welcome5!");
System.out.printf("Hello and welcome6!");
for (int i = 1; i <= 5; i++) {
//TIP Press <shortcut actionId="Debug"/> to start debugging your code. We have set one <icon src="AllIcons.Debugger.Db_set_breakpoint"/> breakpoint
// for you, but you can always add more by pressing <shortcut actionId="ToggleLineBreakpoint"/>.
System.out.println("i = " + i);
}
}
}
}

0 comments on commit 2c13ad7

Please sign in to comment.