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

2 lines
65 B
Groovy

assert hello.contains('Groovy')
assert hello.startsWith('Hello')