Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tatut/aoc2015-prolog

Prolog learning for Advent of Code 2015
https://github.com/tatut/aoc2015-prolog

Last synced: about 2 months ago
JSON representation

Prolog learning for Advent of Code 2015

Awesome Lists containing this project

README

        

# Advent of Code 2015 Prolog

This repo is me learning Prolog (using SWI-Prolog implementation) and doing puzzles.

Note: these are not necessarily meant to be taken as idiomatic or "good" Prolog code.

# Running

Example:
Start Prolog with `swipl day1.pl` and then type `part1(Answer).´ to the prompt.