Ileyan Al Jaaf 2024-05-16 15:00:26 +02:00
parent 52f4e92000
commit 67fa3e9ec4
2 changed files with 7 additions and 16 deletions

View File

@ -1,9 +0,0 @@
public class Hi {
public static void main (String [] args) {
new Hi().this()
}
def "this"(){
print "hello"
}
}