https://github.com/molikuner/aoc2015-prolog
Advent of Code 2015 solutions in Prolog
https://github.com/molikuner/aoc2015-prolog
aoc aoc2015 prolog
Last synced: 2 months ago
JSON representation
Advent of Code 2015 solutions in Prolog
- Host: GitHub
- URL: https://github.com/molikuner/aoc2015-prolog
- Owner: molikuner
- License: mit
- Created: 2021-11-13T16:02:36.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-23T21:53:47.000Z (over 3 years ago)
- Last Synced: 2025-02-04T19:49:42.398Z (4 months ago)
- Topics: aoc, aoc2015, prolog
- Language: Prolog
- Homepage: https://adventofcode.com/2015
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aoc2015-prolog
My naive Advent of Code 2015 solutions in PrologI'll add other soltions once I created them. I just started solving it, since I just learned about Prolog.
## Remarks
I'm using SWI-Prolog locally and since Prolog is something new for me, I'll not care about interop with other interpreters.
Please be aware, that I don't upload the inputs from the riddles.
You can get them from the [home page](https://adventofcode.com/2015).## Usage
Every day gets a seperate folder with two files, one for each riddle.
If you want to try them on your own, you will need to add the input to a `input.txt` file in the corresponding folder of the day.
Afterwards request `run(X)` in `swipl`. It will show the solution.