From e66e63214638ca44898fe8d07920f0fd44a307ae Mon Sep 17 00:00:00 2001 From: vladyslav-crunch Date: Fri, 10 Oct 2025 11:01:04 +0200 Subject: [PATCH] Updated: Main.java --- src/main/java/org/example/Main.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/org/example/Main.java b/src/main/java/org/example/Main.java index 7434088..f0c3589 100644 --- a/src/main/java/org/example/Main.java +++ b/src/main/java/org/example/Main.java @@ -7,6 +7,7 @@ public class Main { // 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.print("This is my project!"); // Press Shift+F10 or click the green arrow button in the gutter to run the code. for (int i = 1; i <= 5; i++) {