Update notizen.md

main
Ileyan Al Jaaf 2024-05-16 14:15:39 +02:00
parent 3e97528470
commit d8270605bd
1 changed files with 4 additions and 2 deletions

View File

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