Jump to content

ABC words: Difference between revisions

m
No edit summary
Line 2,699:
mut text :=''
unixdict := os.read_file('./unixdict.txt') or {panic('file not found')}
for line in unixdict.split('\n') {
if abc_word(line) == true {text += count++.str() + ': ' + line + '\n'}
}
}
println(text)
}
291

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.