Skip to content
This repository was archived by the owner on May 24, 2025. It is now read-only.

Latest commit

 

History

History
8 lines (5 loc) · 398 Bytes

File metadata and controls

8 lines (5 loc) · 398 Bytes

Ocaml problems

I came across OCaml yesterday and decided to give it a try, so here are my solutions to the 99 problems in OCaml.

I used ocaml pro to learn the basic of OCaml.

NOTE Solutions present below (*copied*) comments are taken from the 99 problem and the one present above it are my own solution.