Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 540 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 540 Bytes

OCR Programming Challenges

A collection of solutions to OCR programming challenges.

See the PDF for a list of all challenges.

Running the solutions

  1. cd into the solutions directory, then run yarn to install the required dependencies.
  2. cd into the specific solution, then run yarn to install any solution-specific dependencies.
  3. Run yarn dev to launch the solution.