2 lines
65 B
Groovy
2 lines
65 B
Groovy
assert hello.contains('Groovy')
|
|
assert hello.startsWith('Hello')
|
assert hello.contains('Groovy')
|
|
assert hello.startsWith('Hello')
|