Skip to content

A set of Prolog solvers for the Advent of Code 2016

License

Notifications You must be signed in to change notification settings

jamesconstable/aoc2016

Repository files navigation

Advent of Code 2016

Going back and completing the old Advent of Code challenges. My goal for this one is to work on producing tidy Prolog solutions using any of the predicates from the standard SWI-Prolog library.

Instructions

All solvers take a command line argument indicating which part to solve, and read their input from stdin. For example, to run part 2 of the Day 1 solver with the input in input.txt, type:

./01.pl 2 < input.txt

About

A set of Prolog solvers for the Advent of Code 2016

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages