项目作者: RageKnify

项目描述 :
My Rust solutions for the Advent of Code 2019
高级语言: Rust
项目地址: git://github.com/RageKnify/advent_of_code_2019.git
创建时间: 2019-12-15T11:36:30Z
项目社区:https://github.com/RageKnify/advent_of_code_2019

开源协议:GNU General Public License v3.0

下载


Advent of Code 2019

This repository has my rust solutions for Advent of Code 2019

Structure

Each day has its own directory.

Each directory contains:

  • #part.rs source file for each part
  • my input file, inp.txt

Compiling and Running

running rustc #part.rs will create an executable named #part

run it with the input file as stdin: ./#part < inp.txt