From 4648049a3cb67cd1c7b07dda9dc3150726cb2e01 Mon Sep 17 00:00:00 2001 From: hummel Date: Tue, 2 Dec 2025 09:52:58 +0100 Subject: [PATCH] =?UTF-8?q?2.=20Commit=20(mit=20minimaler=20=C3=84nderung)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GitIntro/src/Hallo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GitIntro/src/Hallo.java b/GitIntro/src/Hallo.java index ac0a2a7..3d1092c 100644 --- a/GitIntro/src/Hallo.java +++ b/GitIntro/src/Hallo.java @@ -2,7 +2,7 @@ public class Hallo { public static void main(String[] args) { - System.out.println("Hallo Git!"); + System.out.println("Hallo Git! "); } }