Skip to content

Commit 43162eb

Browse files
committedOct 6, 2023
Year 2016 Day 3
1 parent e856ade commit 43162eb

File tree

8 files changed

+1965
-0
lines changed

8 files changed

+1965
-0
lines changed
 

Diff for: ‎README.md

+1
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ pie
245245
| --- | --- | --- | --: |
246246
| 1 | [No Time for a Taxicab](https://adventofcode.com/2016/day/1) | [Source](src/year2016/day01.rs) | 3 |
247247
| 2 | [Bathroom Security](https://adventofcode.com/2016/day/2) | [Source](src/year2016/day02.rs) | 9 |
248+
| 3 | [Squares With Three Sides](https://adventofcode.com/2016/day/3) | [Source](src/year2016/day03.rs) | 26 |
248249

249250
## 2015
250251

Diff for: ‎benches/benchmark.rs

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ mod year2015 {
6666
mod year2016 {
6767
benchmark!(year2016, day01);
6868
benchmark!(year2016, day02);
69+
benchmark!(year2016, day03);
6970
}
7071

7172
mod year2019 {

0 commit comments

Comments
 (0)