Skip to content

My Rust based solutions to the 2018 Advent of Code puzzles

Notifications You must be signed in to change notification settings

ToonSpin/advent-of-code-2018-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2018 in Rust

My attempts to finish the Advent of Code puzzles of 2018. It's a decent way to get to know the language.

To build, just use Cargo:

cargo build --release

That should create binaries called target/release/bin01, target/release/bin02, and so on. To run all the puzzles, I've created a convenient shell script:

./run_all.sh

About

My Rust based solutions to the 2018 Advent of Code puzzles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published