Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 224 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 224 Bytes

ocaml-ps

🐫 Problem solving with OCaml!

How to build BOJ

cd boj
dune build <problem-number>
dune exec ./<problem-number>

Reference