Skip to content

asaaki/advent-of-code-2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Some Rust here. Most likely not very idiomatic, safe, and performant. 🤷‍♂

Usage

Run existing days

All days

make all

Single day

make day 1

Create new day

make new 2

Install

make cargo-utils

Or at least: cargo install cargo-edit