My advent of code solutions
Find a file
2018-12-13 07:48:25 +11:00
2017/day Add day 3 part 2 solution 2017-12-24 16:36:08 +11:00
2018 Add day 6 2018 part 2 2018-12-13 07:48:25 +11:00
.gitignore Move gitignore to top level 2017-12-06 15:18:22 +10:00
README.md Create README.md 2017-12-13 09:58:57 +11:00

My advent of code solutions

My approach to these is:

  • Don't look at any other solutions until I've done my own
  • Don't update solution after looking at other solutions
  • Whilst not an explicit goal most if not all solutions just use Rust and the standard library