Skip to content

My December 2024 submissions to AdventOfCode.com

Notifications You must be signed in to change notification settings

wschultz512/advent-of-code-2024

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdventOfCode 2024

AdventOfCode.com is a fun little yearly coding challenge. The problems start generally approachable, but were designed by people with twisty minds, and naive solutions can run into challenges. People can use this to learn a new programming language, or to flex their skills on their daily language. It's a fun way to form a community among developers.

Stack:

  • Rust

Layout

Usage

  • cargo run -- -d1 -p1 download
  • cargo run -- -d1 -p1 puzzle
  • cargo watch -x "run -- -d01 -p1 puzzle"
  • cargo run -- -d1 -p1 puzzle --submit

Authentication

  • Go to AdventOfCode, login to your account.
  • Open DevTools, find the Storage->Cookies
  • Find the session cookie, and copy its value
  • pbpaste > ~/.adventofcode.session

About

My December 2024 submissions to AdventOfCode.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%