Skip to content

idarlington/aoc2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AOC 2021

Solutions implemented in Rust lang for aoc-2021

Setup

Install Rust and cargo

How to run

cargo build
cargo run

You can also run single scripts after installing the dependencies with cargo build; for e.g. to run day5.rs

rustc -L target/debug/deps src/day5.rs && ./day5

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages