Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 384 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 384 Bytes

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.