Skip to content

fantome/advent_of_code_2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2019

My code for https://adventofcode.com/2019.

It's the first time I write code in Rust

Usage

cargo run day part [options]

  • day: day number (with zero padding) from 01 to 25
  • part: 1 or 2

From day 03 it's possible to add params to specify inputs set (run without this params to see options)

example: cargo run 03 2 test3

Releases

No releases published

Packages

No packages published

Languages