From 801ace03456ebafb8fa003f62b79a37949fa8490 Mon Sep 17 00:00:00 2001 From: odins Date: Tue, 10 Oct 2023 16:11:55 +0200 Subject: [PATCH] =?UTF-8?q?kommentar=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- UI/SpielCLI.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/UI/SpielCLI.java b/UI/SpielCLI.java index 66ce8ce..70af554 100644 --- a/UI/SpielCLI.java +++ b/UI/SpielCLI.java @@ -9,4 +9,6 @@ package UI; public class SpielCLI { int x = 12; + + //Kommentar } \ No newline at end of file