Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 309 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 309 Bytes

Text Frequency

Small tool to count text frequency.

Usage

$ frequency <words>

Building

Requires dotnet to build.

$ git clone https://github.com/PotatoMaster101/txtfreq
$ cd txtfreq
$ dotnet build -c Release

Testing

$ dotnet test