Update notizen.md
parent
d6f2d8a80d
commit
bf928bc101
|
@ -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"
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue