Skip to content

πŸŽ„ My solutions for Advent of Code (https://adventofcode.com)

License

Notifications You must be signed in to change notification settings

TimTechDev/Advent-of-Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

27 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Advent-of-Code

Advent of Code Days completed: 12 Stars collected: 25 Rust used in 2023 License: MPL 2.0

πŸŽ„ My solutions for Advent of Code (https://adventofcode.com)

Note

This is the rust branch of solutions. If you want to explore other languages click here.

Years

2023

Fri Sat Sun Mon Tue Wed Thu
01
**
02
**
03
**
04
**
05
**
06
**
07
**
08
**
09
**
10
*
11
**
12 13
**
14
15 16
**
17 18 19 20 21
22 23 24 25

Run Locally

These solutions require rust-stable (v1.74.0) and cargo-aoc (v0.3.0). You may have to setup your credentials to use the cargo-aoc input command.

git clone https://https://github.com/TimTechDev/Advent-of-Code.git
cd Advent-of-Code

Navigate to one of the years

cd ./year2023/

Download the input

cargo-aoc input --year 2023 --all

Run the solutions

# Run all the solutions for this year
cargo run

# Run the solution of the most recent day
cargo-aoc

# Run all the tests for this year
cargo test

Related

License

Licensed under Mozilla Public License, Version 2.0 (read it here: local or web)

About

πŸŽ„ My solutions for Advent of Code (https://adventofcode.com)

Topics

Resources

License

Stars

Watchers

Forks

Languages