1
0
Fork 0

scaffold: day 10

This commit is contained in:
Sloane Perrault 2022-09-21 09:19:52 -04:00
parent 8b6a1e0ce8
commit 8dcd832fdc
4 changed files with 148 additions and 6 deletions

99
2020/10/input.txt Normal file
View file

@ -0,0 +1,99 @@
18
47
144
147
124
45
81
56
16
59
97
83
75
150
33
165
30
159
84
141
104
25
164
90
92
88
2
8
51
24
153
63
27
123
127
58
108
52
38
15
149
66
72
21
46
89
135
55
34
37
78
65
134
148
76
138
103
162
114
109
42
77
102
163
7
105
69
39
91
111
131
130
6
137
96
82
64
3
95
136
85
9
116
17
99
12
117
62
50
110
26
115
71
57
156
120
98
1
70

31
2020/10/medium.txt Normal file
View file

@ -0,0 +1,31 @@
28
33
18
42
31
14
46
20
48
47
24
23
49
45
19
38
39
11
1
32
25
35
8
17
7
9
4
2
34
10
3

11
2020/10/small.txt Normal file
View file

@ -0,0 +1,11 @@
16
10
15
5
1
11
7
19
6
12
4

View file

@ -12,12 +12,12 @@ asdf install
## Table of Contents ## Table of Contents
| S | M | T | W | T | F | S | | S | M | T | W | T | F | S |
| :-: | :-: | :-: | :-: | :-: | :-: | :-: | | :-: | :-: | :-: | :-: | :--: | :-: | :-: |
| | | [1] | [2] | [3] | [4] | [5] | | | | [1] | [2] | [3] | [4] | [5] |
| [6] | [7] | [8] | [9] | 10 | 11 | 12 | | [6] | [7] | [8] | [9] | [10] | 11 | 12 |
| 13 | 14 | 15 | 16 | 17 | 18 | 19 | | 13 | 14 | 15 | 16 | 17 | 18 | 19 |
| 21 | 22 | 23 | 24 | 25 | | | | 21 | 22 | 23 | 24 | 25 | | |
[asdf]: https://asdf-vm.com/#/ [asdf]: https://asdf-vm.com/#/
[haskell]: https://www.haskell.org [haskell]: https://www.haskell.org
@ -30,3 +30,4 @@ asdf install
[7]: ./07 [7]: ./07
[8]: ./08 [8]: ./08
[9]: ./09 [9]: ./09
[10]: ./10