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" } }