davidszotten / advent-of-code

Solutions to http://adventofcode.com in rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Solutions to http://adventofcode.com in rust


Languages

Language:Rust 99.5%Language:Smarty 0.5%