davidszotten / advent-of-code-2021

one day i'll merge these repos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of code 2021

http://adventofcode.com/2021/

Solutions in Rust by David Szotten

Usage

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

one day i'll merge these repos


Languages

Language:Rust 99.7%Language:Smarty 0.3%