/h42n42

Primary LanguageOCamlThe UnlicenseUnlicense

h42n42

Usage

Local

First install the necessary packages:

opam install .

Then run program with:

make test.byte

With Docker

docker build -t h42n42 .
docker run \
  --rm \
  --name h42n42 \
  --publish 8080:8080 \
  h42n42