File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ description: Python solution to day 1
6
6
7
7
## Day 1
8
8
9
- [ Return to main page] ( ../../ )
9
+ [ Return to main page] ( ../ )
10
10
11
11
12
12
My solution for the first day of the new advent of code for 2021. As always, pretty easy and straightforward for this
@@ -123,4 +123,4 @@ def _solve_part2(self, parsed_data: Any) -> Any:
123
123
return count_diff
124
124
```
125
125
126
- [ Return to main page] ( ../../ )
126
+ [ Return to main page] ( ../ )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ description: Python solution to day 2
6
6
7
7
## Day 2
8
8
9
- [ Return to main page] ( ../../ )
9
+ [ Return to main page] ( ../ )
10
10
11
11
12
12
Day 2 was also relatively straightforward, not much challenge up till now. The only stumbling block was that I first
@@ -115,4 +115,4 @@ def _solve_part2(self, parsed_data: Any) -> Any:
115
115
return x * d
116
116
```
117
117
118
- [ Return to main page] ( ../../ )
118
+ [ Return to main page] ( ../ )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ description: <page_description>
6
6
7
7
## <page_title>
8
8
9
- [ Return to main page] ( ../../ )
9
+ [ Return to main page] ( ../ )
10
10
11
11
<day_experience>
12
12
@@ -31,4 +31,4 @@ description: <page_description>
31
31
< aoc_part2_code>
32
32
```
33
33
34
- [ Return to main page] ( ../../ )
34
+ [ Return to main page] ( ../ )
You can’t perform that action at this time.
0 commit comments