https://github.com/rawleyfowler/aoc-2024
https://github.com/rawleyfowler/aoc-2024
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rawleyfowler/aoc-2024
- Owner: rawleyfowler
- Created: 2024-12-01T19:26:35.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-12-11T20:25:22.000Z (11 months ago)
- Last Synced: 2025-02-02T12:35:42.404Z (9 months ago)
- Language: Perl
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2024
My Perl solutions to advent of code 2024, run via:
(requires Perl >= `5.30`)
```shell
perl dayX.pl < dayX.txt
```
Have fun :)