Skip to content

dashie/AdventOfCode2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

114 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AdventOfCode 2024

https://adventofcode.com/2024

Completion List

  • Day 1: Historian Hysteria
  • Day 2: Red-Nosed Reports
  • Day 3: Mull It Over
  • Day 4: Ceres Search
  • Day 5: Print Queue
  • Day 6: Guard Gallivant
  • Day 7: Bridge Repair
  • Day 8: Resonant Collinearity
  • Day 9: Disk Fragmenter
  • Day 10: Hoof It
  • Day 11: Plutonian Pebbles
  • Day 12: Garden Groups
  • Day 13: Claw Contraption
  • Day 14: Restroom Redoubt
  • Day 15: Warehouse Woes
  • Day 16: Reindeer Maze
  • Day 17: Chronospatial Computer
  • Day 18: RAM Run
  • Day 19: Linen Layout
  • Day 20: Race Condition
  • Day 21: Keypad Conundrum
  • Day 22: Monkey Market
  • Day 23: LAN Party
  • Day 24: Crossed Wires
  • Day 25: Code Chronicle

Utils

Download your puzzle data with curl "https://adventofcode.com/2024/day/{day}/input" and your personal session cookie.

Example:

curl -s "https://adventofcode.com/2024/day/25/input" \
  --cookie session=$(cat misc/keys/session) \
  > src/main/resources/adventofcode/y2024/Problem25.txt

And get the full puzzle article text with curl "https://adventofcode.com/2024/day/{day}"

Example:

And get the puzzle text with `curl "https://adventofcode.com/2024/day/1" | htmlq -t article`

About

AdventOfCode 2024 Puzzle's Solutions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages