From bf928bc1017574850c0a8db2cbf3d6702a3e1377 Mon Sep 17 00:00:00 2001 From: Ileyan <3003916@stud.hs-mannheim.de> Date: Thu, 16 May 2024 14:18:40 +0200 Subject: [PATCH] Update notizen.md --- notizen.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/notizen.md b/notizen.md index 7e67e49..84af11d 100644 --- a/notizen.md +++ b/notizen.md @@ -9,12 +9,12 @@ ``` public class Hi { - public static void main (String [] args) { - new Hi().this() + public static void main (String [] args) { + new Hi().this() } - def "this"(){ - print "hello" + def "this"() { + print "hello" } }