Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
5
Task/Program-name/Groovy/program-name-1.groovy
Normal file
5
Task/Program-name/Groovy/program-name-1.groovy
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env groovy
|
||||
|
||||
def program = getClass().protectionDomain.codeSource.location.path
|
||||
|
||||
println "Program: " + program
|
||||
1
Task/Program-name/Groovy/program-name-2.groovy
Normal file
1
Task/Program-name/Groovy/program-name-2.groovy
Normal file
|
|
@ -0,0 +1 @@
|
|||
println this.class.getName()
|
||||
Loading…
Add table
Add a link
Reference in a new issue