File.read( *"* */usr/share/dict/words"* )
|> elem(1)
|> String.split()
No error checking or anything then, you might pipe an error value for example, with, the ok library, the exceptional library are all better at that.
File.read( *"* */usr/share/dict/words"* )
|> elem(1)
|> String.split()
No error checking or anything then, you might pipe an error value for example, with, the ok library, the exceptional library are all better at that.