Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 326 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 326 Bytes

OCaml String Calculator

Install

git clone [email protected]:bartboy011/ocaml-string-calculator.git

cd ocaml-string-calculator
opam switch create . 4.06.1

opam install utop merlin alcotest ocp-indent dune

NOTE: You may need to run the command eval $(opam config env)

Tests

dune runtest