Skip to content

TakoGeist/advent_of_code_2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust - Advent of Code 2021

My Advent of Code 2021 solutions in the Rust programming language. This repository contains each day and part as individual files that all run from a single master file, as such there's a substantial increase in compilation time.
I try to develop simple solutions which sometimes sacrifices performance.

Computing solutions

Each day contains a text file in input folder corresponding to the puzzle's input.
To get the solution simply run the program as such:

#to run day 1:
cargo run --release 1

#to run day 10:
cargo run --release 10

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages