https://github.com/tatut/aoc2015-prolog
Prolog learning for Advent of Code 2015
https://github.com/tatut/aoc2015-prolog
Last synced: 4 months ago
JSON representation
Prolog learning for Advent of Code 2015
- Host: GitHub
- URL: https://github.com/tatut/aoc2015-prolog
- Owner: tatut
- Created: 2023-10-21T04:51:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-04T06:41:54.000Z (over 1 year ago)
- Last Synced: 2025-01-22T05:28:14.371Z (5 months ago)
- Language: Prolog
- Size: 70.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.