Skip to content

niss36/aoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code in Rust!

Prerequisites

  • Up-to-date Rust toolchain (rustup, rustc, cargo)

Puzzle inputs

The inputs are different for every Advent of Code account, so you need to download your own.

Add them under inputs in the following format:

aoc-2025
├── inputs
│   ├── day01.txt
│   └── day02.txt
...

Puzzle solutions

Execute the following (replace 01 with the number you want)

cargo r -p aoc-2025 --bin day01

About

Advent of Code in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages