Skip to content

Latest commit

 

History

27 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages