jordydickinson / advent-of-code-2019

Solutions to Advent of Code 2019

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solutions to Advent of Code 2019

To build you'll need:

  1. OCaml/OPAM
  2. GNU Make
  3. ocamlbuild: opam install ocamlbuild
  4. core: opam install core

Then simply type make. This will create an executable main.native in the directory. You can run it without arguments for all solutions, or provide an integer argument to specify a day.

About

Solutions to Advent of Code 2019


Languages

Language:OCaml 97.6%Language:Standard ML 1.7%Language:Makefile 0.7%