Skip to content

jordydickinson/advent-of-code-2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.