diff options
author | June McEnroe <june@causal.agency> | 2016-12-17 00:56:37 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-11-22 00:14:25 -0500 |
commit | 85df957431607db45a1f9bf0d4e01e21c676cd2b (patch) | |
tree | 0621d6cda29f42829e548aaf0496da092dcfd509 /input | |
parent | Day 14 part 2 (diff) | |
download | aoc-85df957431607db45a1f9bf0d4e01e21c676cd2b.tar.gz aoc-85df957431607db45a1f9bf0d4e01e21c676cd2b.zip |
Day 15
Diffstat (limited to '')
-rw-r--r-- | input/day15.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/input/day15.txt b/input/day15.txt new file mode 100644 index 0000000..396cee2 --- /dev/null +++ b/input/day15.txt @@ -0,0 +1,6 @@ +Disc #1 has 13 positions; at time=0, it is at position 10. +Disc #2 has 17 positions; at time=0, it is at position 15. +Disc #3 has 19 positions; at time=0, it is at position 17. +Disc #4 has 7 positions; at time=0, it is at position 1. +Disc #5 has 5 positions; at time=0, it is at position 0. +Disc #6 has 3 positions; at time=0, it is at position 1. |