Skip to content

2ndTaleStudio/aoc_2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2021

This repo contains my attempts to solve the advent-of-code challenges of 2021. The solutions are written in Rust.

Assuming the Rust toolchain is installed execute the code from the repo root folder like the following:

$> cargo run --release --bin <day>

Here <day> will be replaced by day1, day2, ... respectively.

About

AdventOfCode 2021

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages