Skip to content

davidszotten/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of code

http://adventofcode.com/

Solutions in Rust by David Szotten

Usage

Each year is a separate project and each day is a separate binary:

$ day01 --help
adventofcode

USAGE:
    day01 [OPTIONS] <input>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -p <part>         [default: 1]  [possible values: 1, 2]

ARGS:
    <input>    Sets the input file to use, or `-` for stdin

Releases

No releases published

Packages

No packages published