Skip to content

shrirambalaji/rust-advent-of-code-2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation




Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like.

This repository has my solutions for Advent of Code 2020, in Rust 🦀. I also blog about my learnings while solving these puzzles here.

Running it locally

If you'd like to run the code, do:

# where `<number>` represents the days 01 - 30.
cargo run --bin day-<number> inputs/day-<number>.txt

About

Advent of Code 2020 Solutions in Rust 🦀

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages