Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tatut/aoc2015-prolog
- Owner: tatut
- Created: 2023-10-21T04:51:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-04T06:41:54.000Z (about 1 year ago)
- Last Synced: 2024-10-13T22:52:03.286Z (3 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.