Skip to content

IronBlood/AoC-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AoC-rs

This repo is a Rust version of my 2017 Advent of Code solutions, ported from my own JavaScript answers. Other years’ solutions are pulled in (and tweaked to work with my src/main.rs) from various folks - each one credits the original author in a comment.

Prerequisites

  • Rust and cargo
  • Input files (e.g., src/y2017/d01/input.txt)

Usage

# Scaffold files for a specific day
cargo run -- 2017-01 s

# Run unit tests for a specific day
cargo test y2017::d01

# Run unit tests for a year
cargo test y2017

# Run a solution
cargo run -- 2017-01

License

MIT

About

Advent of Code 2017 solutions in Rust, translated from JavaScript

Topics

Resources

Stars

Watchers

Forks

Languages