dhananjaylatkar / aoc2015

Solutions for Advent Of Code 2015

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aoc2015

Usage

Build using cargo

➜ cargo build

Run

  • Help
➜ ./target/debug/aoc2015 --help
aoc2015 0.1.0
Solutions for Advent of Code 2015 (https://adventofcode.com/2015)

USAGE:
    aoc2015 [OPTIONS]

OPTIONS:
    -d, --day <DAY>    AoC Day [0 to 25 inclusive]. 0 for all Days [default: 0]
    -h, --help         Print help information
    -V, --version      Print version information
  • Get solution for Day X
➜ ./target/debug/aoc2015 --day X
D0XP1: XXX
D0XP2: XXX

Changing input

Inputs are stored in src/input/dayXX. Replace it with your input.

About

Solutions for Advent Of Code 2015

License:MIT License


Languages

Language:Rust 86.3%Language:Python 13.7%