项目作者: adamrodger

项目描述 :
Advent of Code 2016 in Rust
高级语言: Rust
项目地址: git://github.com/adamrodger/advent-2016-rs.git
创建时间: 2021-05-08T16:13:39Z
项目社区:https://github.com/adamrodger/advent-2016-rs

开源协议:MIT License

下载


Advent of Code 2016

Solutions for Advent of Code 2016 in Rust.

Usage

  • Install Rust
  • Install cargo-aoc
  • Run the real solutions with cargo aoc
  • Run the tests with cargo test