Skip to content

svisser/advent-of-code-2018

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2018 solutions

Learning Rust by solving Advent of Code 2018 problems.

I have annotated variables with their types to see what's going on.

To run:

cargo run --bin adventXX

For example:

cargo run --bin advent01

A filepath can be passed for some solutions:

cargo run --bin advent03 -- src/03/input.txt

Some solutions also have tests:

cargo test --bin advent05

About

Advent of Code 2018 solutions in Rust

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages