Words containing "the" substring: Difference between revisions

m
No edit summary
Line 2,247:
mut text :=''
unixdict := os.read_file('./unixdict.txt') or {panic('file not found')}
for word in unixdict.splitsplit_into_lines('\r\n') {
if word.contains('the') && word.len > 11 {text += count++.str() + ': ' + word + '\n'}
}
291

edits