Words containing "the" substring: Difference between revisions

m
Line 2,248:
unixdict := os.read_file('./unixdict.txt') or {panic('file not found')}
for word in unixdict.split_into_lines() {
if word.contains('the') && word.len > 11 {text += count++.str() + ': ' + $word + '\n'}
}
println(text)
291

edits