From 25640949655e0a73659c6e65bf911ec1ae34ffd8 Mon Sep 17 00:00:00 2001 From: Merve Kurt Date: Tue, 24 Oct 2023 16:52:30 +0200 Subject: [PATCH] Initial --- src/Main.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main.java b/src/Main.java index aedd9cd..434becb 100644 --- a/src/Main.java +++ b/src/Main.java @@ -4,7 +4,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.printf("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++) {