Skip to content

minorhacks/advent_2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2020

This repository contains my attempts at the Advent of Code 2020 challenges. I am completing these challenges while:

  • Learning Rust
  • Organizing the code to allow for unit testing/benchmarking
  • Replacing loops with iterators and their higher-order FPP functions

Getting Started

  1. Install Rust

  2. Clone this repository and cd to it

  3. Run all tests:

    cargo test
    
  4. Run binary for a specific day (day_04 in this example):

    cargo run --bin=day_04
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages