RosettaCodeData/Task/Hello-world-Newbie/Groovy/hello-world-newbie-2.groovy
2016-12-05 22:15:40 +01:00

2 lines
57 B
Groovy

String hello = 'Hello to the Groovy world'
println hello