diff options
author | Yigit Sever | 2021-12-10 19:54:14 +0300 |
---|---|---|
committer | Yigit Sever | 2021-12-10 19:54:14 +0300 |
commit | 3919f90cfbfbba26c8e39f979280649f5e08aea8 (patch) | |
tree | 954e15009e4e8361006626c17b3633aaa0dae8eb /2021/day4/input.example | |
parent | 3c97ec63d921c7d2f132a834f9b739cc8d039c99 (diff) | |
download | aoc-3919f90cfbfbba26c8e39f979280649f5e08aea8.tar.gz aoc-3919f90cfbfbba26c8e39f979280649f5e08aea8.tar.bz2 aoc-3919f90cfbfbba26c8e39f979280649f5e08aea8.zip |
2021, day4: done, please don't look at this
Diffstat (limited to '2021/day4/input.example')
-rw-r--r-- | 2021/day4/input.example | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/2021/day4/input.example b/2021/day4/input.example new file mode 100644 index 0000000..669a51d --- /dev/null +++ b/2021/day4/input.example | |||
@@ -0,0 +1,19 @@ | |||
1 | 7,4,9,5,11,17,23,2,0,14,21,24,10,16,13,6,15,25,12,22,18,20,8,19,3,26,1 | ||
2 | |||
3 | 22 13 17 11 0 | ||
4 | 8 2 23 4 24 | ||
5 | 21 9 14 16 7 | ||
6 | 6 10 3 18 5 | ||
7 | 1 12 20 15 19 | ||
8 | |||
9 | 3 15 0 2 22 | ||
10 | 9 18 13 17 5 | ||
11 | 19 8 7 25 23 | ||
12 | 20 11 10 24 4 | ||
13 | 14 21 16 12 6 | ||
14 | |||
15 | 14 21 17 24 4 | ||
16 | 10 16 15 9 19 | ||
17 | 18 8 23 26 20 | ||
18 | 22 11 13 6 5 | ||
19 | 2 0 12 3 7 | ||