This is the challenge 31 from the Coding Challenges by John Crickett https://codingchallenges.fyi/challenges/challenge-qr-generator
Description
This solution implements a QR code based on the standard ISO/IEC 18004:2015.
- implemented all quality types L M Q H
- implemented modes: alphanumeric
- implemented version: 4
- Build and Run:
- Open Visual Studio or Visual Studio Code and command dotnet run
