BookOwl / advent2018

A repo with my solutions to Advent of Code 2018

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸŽ„ advent2018 πŸŽ„

This repo contains the code I used to solve Advent of Code 2018.

Running

After cloning the repo you should be able to use cargo run to run the code that solves each problem.

For example, to run the code that solves day one you would run

$ cargo run --bin day1

License

Everything in this repo is released under the MIT License. Do with it what you want.

About

A repo with my solutions to Advent of Code 2018

License:MIT License


Languages

Language:Rust 100.0%