Skip to content

maximepeschard/adventofcode2017

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2017

My attempt at solving the series of programming puzzles from Advent of Code.

Each day has a directory, with a <puzzle_related_name>.ml file containing the core code, a main.ml file for I/O and possibly some input file.

Running

To get my answers for the most recent day :

make main

To get my answers for day N :

make main DAY=dayN

Tests

I try to include tests from the puzzle wording, to run them for day N :

make tests DAY=dayN