2 lines
57 B
Groovy
2 lines
57 B
Groovy
String hello = 'Hello to the Groovy world'
|
|
println hello
|
String hello = 'Hello to the Groovy world'
|
|
println hello
|