Skip to content

georgiee/advent-of-code-2018

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2018

Learning Rust with AoC 2018. Worked on this during the year of 2019 and stopped around day 05 already.

Rust is difficult. In AoC you need to be experimental and quickly check some stuff, debug, output and so on. Especially Debugging and Mutations are not your friends with Rust. It's actually an awesome feature in Rust that Mutations are more difficult. But this involves reference borrowing which is mind twisting from time to time.

The error messages were great and helpful but this didn't help to keep the motivation up.

About

Previous AoC with rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages