Update notizen.md
parent
d6f2d8a80d
commit
bf928bc101
|
@ -9,12 +9,12 @@
|
||||||
|
|
||||||
```
|
```
|
||||||
public class Hi {
|
public class Hi {
|
||||||
public static void main (String [] args) {
|
public static void main (String [] args) {
|
||||||
new Hi().this()
|
new Hi().this()
|
||||||
}
|
}
|
||||||
|
|
||||||
def "this"(){
|
def "this"() {
|
||||||
print "hello"
|
print "hello"
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue