Skip to content

Commit 9ef9d22

Browse files
committed
Year 2017 Day 5
1 parent c392dee commit 9ef9d22

File tree

8 files changed

+1068
-0
lines changed

8 files changed

+1068
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ pie
244244
| 2 | [Corruption Checksum](https://adventofcode.com/2017/day/2) | [Source](src/year2017/day02.rs) | 3 |
245245
| 3 | [Spiral Memory](https://adventofcode.com/2017/day/3) | [Source](src/year2017/day03.rs) | 2 |
246246
| 4 | [High-Entropy Passphrases](https://adventofcode.com/2017/day/4) | [Source](src/year2017/day04.rs) | 94 |
247+
| 5 | [A Maze of Twisty Trampolines, All Alike](https://adventofcode.com/2017/day/5) | [Source](src/year2017/day05.rs) | 48000 |
247248

248249
## 2016
249250

benches/benchmark.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ mod year2017 {
9696
benchmark!(year2017, day02);
9797
benchmark!(year2017, day03);
9898
benchmark!(year2017, day04);
99+
benchmark!(year2017, day05);
99100
}
100101

101102
mod year2019 {

0 commit comments

Comments
 (0)