Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
yoyohello13
5 months ago
|
parent
|
context
|
favorite
| on:
Advent of Code 2024
Copy your session token into .token then:
curl "
https://adventofcode.com/2024/day/$DAY/input
" --header "Cookie: $(cat .token)" > input.txt
Consider applying for YC's Summer 2025 batch! Applications are open till May 13
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
curl "https://adventofcode.com/2024/day/$DAY/input" --header "Cookie: $(cat .token)" > input.txt