/rust-aoc

Solving https://adventofcode.com/ with rust

Primary LanguageRust

Advent of Code in Rust

Get new challenge

	./aoc-new.sh [year] [day]

Note: this script requires Advent of Code Downloader

Run

	cargo run --bin [year]day[number]

Example:

	cargo run --bin 2015day1