Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 155 Bytes

README.markdown

File metadata and controls

12 lines (9 loc) · 155 Bytes

Bank OCR Kata in C++

To compile and run tests:

$> make test && ./RunAllTests

To compile and run app:

$> make main && ./main