Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abeltay/advent-of-code-2024
My attempt at https://adventofcode.com/2024
https://github.com/abeltay/advent-of-code-2024
advent-of-code advent-of-code-2024 adventofcode aoc-2024-in-kotlin kotlin
Last synced: about 2 months ago
JSON representation
My attempt at https://adventofcode.com/2024
- Host: GitHub
- URL: https://github.com/abeltay/advent-of-code-2024
- Owner: abeltay
- License: mit
- Created: 2024-12-01T09:52:59.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-08T14:15:38.000Z (about 2 months ago)
- Last Synced: 2024-12-08T15:20:35.269Z (about 2 months ago)
- Topics: advent-of-code, advent-of-code-2024, adventofcode, aoc-2024-in-kotlin, kotlin
- Language: Kotlin
- Homepage:
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code 2024
My attempt at
> Note: All task input files are excluded from the repository with ".gitignore" – we should not post them publicly, as Eric Wastl asks for: [Tweet](https://twitter.com/ericwastl/status/1465805354214830081).
# To run the scripts
1. Run `make DAY=01 prep` with the day number. The example here is for Day 01
2. Run `make input` to download the input file into the day's folder## To set up cookie for `make input`
1. Login to [AoC](https://adventofcode.com/)
2. Most requests should use your session cookie, copy it. Copy from "session=" until before ";"
3. Put it into "cookie.txt"