Skip to content

EthanOlpin/ocaml99

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solutions to 99 Problems in OCaml

Running the solutions

  1. Clone the repo

  2. Switch to the new directory

  3. Create an empty switch

    opam switch create ocaml99 5.1.0
    
  4. Install the project dependencies

    opam install . --locked
    
  5. Run the included unit tests

    dune test
    

About

99 Problems solved in OCaml

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published