Error correction code with Hamming algorithm implemented in F# with .NET 6.
Application is run from console. Generates files with .ecc extension.
This project contains two files: test.txt and test.txt.ecc as example of encoding.
Build this app: dotnet build
or dotnet build -c Release
Run this app: dotnet run -- [-E|-D|-C] [<options>] <filename>
Run dotnet run -- -H
to get help info