`bicycle_book_wordcount` is a smple character, words, and line counter CLI executable counts number of words. ```console $ cargo run text.txt {"bb": 1, "aa": 2, "cc": 1} ```