Initial commit
This commit is contained in:
commit
de6ee1b2df
26 changed files with 729 additions and 0 deletions
5
lib/drivers.mli
Normal file
5
lib/drivers.mli
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
(** Interfaces with core libraries to provide a command-line interface. *)
|
||||
module Cli : sig
|
||||
val main : unit -> unit
|
||||
(** Runs Advent of Code problem runner, via a command-line interface. *)
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue