From 8e4c32df6808e5b137e940f55b4c8510849ae196 Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 16 Oct 2023 18:01:50 +0300 Subject: [PATCH] Created Lab3 module --- Lab3/src/main/java/org/lumijiez/Main.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lab3/src/main/java/org/lumijiez/Main.java b/Lab3/src/main/java/org/lumijiez/Main.java index b8820be..9bd2ff2 100644 --- a/Lab3/src/main/java/org/lumijiez/Main.java +++ b/Lab3/src/main/java/org/lumijiez/Main.java @@ -6,7 +6,7 @@ public class Main { public static void main(String[] args) { // Press Alt+Enter with your caret at the highlighted text to see how // 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. for (int i = 1; i <= 5; i++) {