Skip to content

OwenTuz/advent-of-code-2018

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2018 (Rust)

My solutions to Advent of Code 2018 in Rust.

This is basically for my own benefit as I teach myself Rust.

Solutions are optimised for 'gives the right answer' and may not be particularly fast or idiomatic. There is no error handling. Don't run this code in production!

Howto

cargo run --bin day1

You can also run unit tests:

cargo test
cargo test --bin day1

About

Rust solutions to Advent of Code 2018

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages