/BankOcr

An implementation of the Bank OCR kata in C# made for IndyFP

Primary LanguageC#

What is this?

An implementation of the Bank OCR kata in fairly functional-style C# written for an IndyFP meeting.

Note that I "cheated" and ignored anything to do about input files; this takes in the ASCII-art account number as a single string. File handling like they talked about in the description would be fairly trivial to add, just more tedious.