2 lines
101 B
Groovy
2 lines
101 B
Groovy
def rawText = "http://www.gutenberg.org/files/135/135-0.txt".toURL().text
|
|
topWordCounts(rawText, 10)
|