An open API service indexing awesome lists of open source software.

https://github.com/tk04/rust_wordcount

A command line application that inputs a .txt file format and returns the occurrence of the maximum number of words in that file. Integrated std::fs,std::env and std::io modules in order to implement this program.
https://github.com/tk04/rust_wordcount

Last synced: 11 months ago
JSON representation

A command line application that inputs a .txt file format and returns the occurrence of the maximum number of words in that file. Integrated std::fs,std::env and std::io modules in order to implement this program.

Awesome Lists containing this project

README

          

# Rust_WordCount
A command line application that inputs a .txt file format and returns the occurrence of the maximum number of words in that file. Integrated std::fs,std::env and std::io modules in order to implement this program.

How to Run

```
$ cargo build
$ cargo run example.txt
```