From abdfa45bae7901b14491283423c04621b8d0767e Mon Sep 17 00:00:00 2001
From: Zach Perrault <zach@perrault.email>
Date: Thu, 10 Dec 2020 13:55:09 -0500
Subject: [PATCH] scaffold: day 10

---
 2020/10/input.txt  | 99 ++++++++++++++++++++++++++++++++++++++++++++++
 2020/10/medium.txt | 31 +++++++++++++++
 2020/10/small.txt  | 11 ++++++
 2020/README.md     | 13 +++---
 4 files changed, 148 insertions(+), 6 deletions(-)
 create mode 100644 2020/10/input.txt
 create mode 100644 2020/10/medium.txt
 create mode 100644 2020/10/small.txt

diff --git a/2020/10/input.txt b/2020/10/input.txt
new file mode 100644
index 0000000..ec74d95
--- /dev/null
+++ b/2020/10/input.txt
@@ -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
diff --git a/2020/10/medium.txt b/2020/10/medium.txt
new file mode 100644
index 0000000..e6376dc
--- /dev/null
+++ b/2020/10/medium.txt
@@ -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
diff --git a/2020/10/small.txt b/2020/10/small.txt
new file mode 100644
index 0000000..ec4a03f
--- /dev/null
+++ b/2020/10/small.txt
@@ -0,0 +1,11 @@
+16
+10
+15
+5
+1
+11
+7
+19
+6
+12
+4
diff --git a/2020/README.md b/2020/README.md
index 82bcb0e..af3bb95 100644
--- a/2020/README.md
+++ b/2020/README.md
@@ -12,12 +12,12 @@ asdf install
 
 ## Table of Contents
 
-|  S  |  M  |  T  |  W  |  T  |  F  |  S  |
-| :-: | :-: | :-: | :-: | :-: | :-: | :-: |
-|     |     | [1] | [2] | [3] | [4] | [5] |
-| [6] | [7] | [8] |  [9]  | 10  | 11  | 12  |
-| 13  | 14  | 15  | 16  | 17  | 18  | 19  |
-| 21  | 22  | 23  | 24  | 25  |     |     |
+|  S  |  M  |  T  |  W  |  T   |  F  |  S  |
+| :-: | :-: | :-: | :-: | :--: | :-: | :-: |
+|     |     | [1] | [2] | [3]  | [4] | [5] |
+| [6] | [7] | [8] | [9] | [10] | 11  | 12  |
+| 13  | 14  | 15  | 16  |  17  | 18  | 19  |
+| 21  | 22  | 23  | 24  |  25  |     |     |
 
 [asdf]: https://asdf-vm.com/#/
 [haskell]: https://www.haskell.org
@@ -30,3 +30,4 @@ asdf install
 [7]: ./07
 [8]: ./08
 [9]: ./09
+[10]: ./10