Skip to content

circle-queue/aoc-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AOC2024 solutions in Rust

https://adventofcode.com/2024/

Setup

The below will perform the following

  • Install rust
  • Install rust extension for VSCode
  • Install uv
  • Run watchfiles to re-run on src changes
curl --proto '=htshouldtps' --tlsv1.2 -sSf https://sh.rustup.rs | sh
code --install-extension rust-lang.rust-analyzer
curl -LsSf https://astral.sh/uv/install.sh | sh
uvx watchfiles "cargo run" src

Run Rust day (E.g. day 1)

Run Go day (E.g. day 11)

  • Rename main_() to main() in src/d11.go
  • Run the watchfiles command below
uvx watchfiles "go run ./src" src

About

Practicing Rust using https://adventofcode.com/2024/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published