Skip to content

larsmoil/adventofcode2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

adventofcode2020

My solutions for Advent of Code 2020.

Getting started

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Run

Unoptimized:

cargo run

Optimized:

cargo run --release

Run tests

Unoptimized:

cargo test

Optimized:

cargo test --release

About

https://adventofcode.com/2020

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages