Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 574 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 574 Bytes

Camel-Flush

A fun project made by:

Frank Dai (sd924)
Huajie Zhong (hz642)
Mohamed Katary (mtk67)

This project is a final project for the Cornell CS class CS 3110 (Functional programing)

Prerequsite:

Ocaml, Opam, Utop, dune, pip, python 3.10, Unix OS

Install libraries

pip install -r requirements.txt
opam install bisect_ppx ppx_inline_test ounit2 

alternative

make install

Execute program

At the scope of the project folder

dune exec bin/main.exe

Note

Terminal must support Unicode format (UTF-8)