Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 463 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 463 Bytes

This blog post by Mark Seemann inspired me to give it a go in F# to practice the language and some FP practices.

To run the project simply

dotnet run

or

dotnet run [filename.txt] if you want to run a different file from input.txt

Any review is much appreciated!