Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sangwoo-joh/ocaml-ps

:camel: Problem solving with OCaml
https://github.com/sangwoo-joh/ocaml-ps

algorithm ocaml problemsolving

Last synced: 3 months ago
JSON representation

:camel: Problem solving with OCaml

Awesome Lists containing this project

README

        

# ocaml-ps

:camel: Problem solving with OCaml!

## How to build BOJ
```bash
cd boj
dune build
dune exec ./
```

## Reference

- [Baekjoon Language](https://www.acmicpc.net/help/language)