From d8270605bd850615ba4d8d7f6cf2cb7260635008 Mon Sep 17 00:00:00 2001 From: Ileyan <3003916@stud.hs-mannheim.de> Date: Thu, 16 May 2024 14:15:39 +0200 Subject: [PATCH] Update notizen.md --- notizen.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/notizen.md b/notizen.md index 9078c21..a746513 100644 --- a/notizen.md +++ b/notizen.md @@ -7,7 +7,8 @@ - Gleiche Schlüsselwörter wie in Java, Schlüsselwörter können jedoch auch als Methoden- /Variablennamen verwendet werden \ - `public class Hi { + ` + public class Hi { public static void main (String [] args) { new Hi().this() } @@ -16,4 +17,5 @@ print "hello" } - }` + } + `