Skip to content

tomchaplin/aoc_2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AOC 2023 - Rust

Downloading Data

  1. Put your AOC session token in a file called .env in the formac
AOC_SESSION="<your_session_cookie>"
  1. Download the data for a given day with ./download_day.sh <day>

Running solutions

To run a solution simply run

cargo run <day>

In order to run, for example, just part a of day 4 run

cargo run 4a

Credits

The system for running solutions is inspired by this comment from Reddit user u/thaddeus_v.

About

Rust solution for Advent of Code 2023

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published