Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barrenszeppelin/adventofcode2024
https://github.com/barrenszeppelin/adventofcode2024
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/barrenszeppelin/adventofcode2024
- Owner: BarrensZeppelin
- Created: 2024-11-30T20:47:47.000Z (26 days ago)
- Default Branch: master
- Last Pushed: 2024-12-15T05:31:51.000Z (12 days ago)
- Last Synced: 2024-12-15T06:23:43.842Z (11 days ago)
- Language: Python
- Size: 44.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2024
I use Python ([PyPy](https://pypy.org/)) to compete for global leaderboard positions.
The committed Python code is what I end up with after solving the 2nd part of each puzzle.
It's probably not pretty...
#### Prolog
I also write some solutions in [SWI Prolog 9.2](https://www.swi-prolog.org/) for fun (not for the leaderboard).
They are run from the command line like so:
```bash
swipl -O -t halt -g main 13.pl < 13.in
```