Lab3 #1

Merged
bytegrip merged 3 commits from lab3 into master 2023-10-16 19:17:02 +00:00
Showing only changes of commit 8e4c32df68 - Show all commits

View File

@@ -6,7 +6,7 @@ public class Main {
public static void main(String[] args) { public static void main(String[] args) {
// Press Alt+Enter with your caret at the highlighted text to see how // Press Alt+Enter with your caret at the highlighted text to see how
// IntelliJ IDEA suggests fixing it. // IntelliJ IDEA suggests fixing it.
System.out.print("Hello and welcome!"); System.out.println("Hello and welcome!");
// Press Shift+F10 or click the green arrow button in the gutter to run the code. // Press Shift+F10 or click the green arrow button in the gutter to run the code.
for (int i = 1; i <= 5; i++) { for (int i = 1; i <= 5; i++) {