Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rageknify/advent_of_code_2019

My Rust solutions for the Advent of Code 2019
https://github.com/rageknify/advent_of_code_2019

advent rust-solutions

Last synced: 24 days ago
JSON representation

My Rust solutions for the Advent of Code 2019

Awesome Lists containing this project

README

        

# 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`