Skip to content

wagdav/advent-of-code-2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My solutions to the programming puzzles in the Advent of Code 2020 written in Rust.

For other years see:

Build and run

Install the Nix package manager then

nix build

Then run the solutions

./result/bin/day01
./result/bin/day02
...
./result/bin/day25

Develop

nix develop --command cargo {build,clippy,fmt,watch}