Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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"